MVN

com.cedarsoft.commons.db : genericdao

Maven & Gradle

Nov 24, 2009
3 usages

Generic Hibernate DAO

<dependency>
    <groupId>com.cedarsoft.commons.db</groupId>
    <artifactId>genericdao</artifactId>
    <version>1.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft.commons.db : genericdao to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.3

All Versions

Choose a version of com.cedarsoft.commons.db : genericdao to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
genericdao-1.6.3
genericdao-1.6.2
genericdao-1.6.1
1.5.x
genericdao-1.5.1
genericdao-1.5.0
1.4.x
genericdao-1.4.3
genericdao-1.4.2
genericdao-1.4.1
genericdao-1.4.0

How to add a dependency to Maven

Add the following com.cedarsoft.commons.db : genericdao maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoft.commons.db</groupId>
    <artifactId>genericdao</artifactId>
    <version>1.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.commons.db : genericdao gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.commons.db:genericdao:1.6.3'

Gradle Kotlin DSL: Add the following com.cedarsoft.commons.db : genericdao gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft.commons.db:genericdao:1.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.commons.db : genericdao sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.commons.db" % "genericdao" % "1.6.3"

Advertisement