| License |
License
GLPv3 with Classpath Exception
|
|---|---|
| GroupId | GroupIdcom.cedarsoft.db |
| ArtifactId | ArtifactIdgenericdao |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGeneric Hibernate DAO
cedarsoft Open Projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| genericdao-1.0.1.pom | |
| genericdao-1.0.1.jar | 59 KB |
| genericdao-1.0.1-tests.jar | 42 KB |
| genericdao-1.0.1-sources.jar | 41 KB |
| genericdao-1.0.1-javadoc.jar | 219 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.db/genericdao/ -->
<dependency>
<groupId>com.cedarsoft.db</groupId>
<artifactId>genericdao</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.db/genericdao/
implementation 'com.cedarsoft.db:genericdao:1.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.db/genericdao/
implementation ("com.cedarsoft.db:genericdao:1.0.1")
'com.cedarsoft.db:genericdao:jar:1.0.1'
<dependency org="com.cedarsoft.db" name="genericdao" rev="1.0.1">
<artifact name="genericdao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.db', module='genericdao', version='1.0.1')
)
libraryDependencies += "com.cedarsoft.db" % "genericdao" % "1.0.1"
[com.cedarsoft.db/genericdao "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cedarsoft.commons : commons | jar | 4.0.0 |
| com.cedarsoft.commons : registry | jar | 4.0.0 |
| com.cedarsoft.db : async | jar | 1.0.1 |
| com.cedarsoft.commons.history : core | jar | 4.0.0 |
| org.hibernate : hibernate-core | jar | 3.5.4-Final |
| org.hibernate : hibernate-annotations | jar | 3.5.6-Final |
| javassist : javassist | jar | 3.12.1.GA |
| org.easytesting : fest-reflect | jar | 1.2 |
| org.springframework : spring | jar | 2.5.6.SEC02 |
| commons-logging : commons-logging | jar | 1.1.1 |
| net.sourceforge.findbugs : jsr305 | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| hsqldb : hsqldb | jar | 1.8.0.10 |
| log4j : log4j | jar | 1.2.16 |
| com.cedarsoft.commons : test-utils | jar | 4.0.0 |
| org.testng : testng | jar | 6.0.1 |