| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| Categories |
CategoriesNet Auto Application Layer Libs Code Generators |
| GroupId | GroupIdnet.sf.autodao |
| ArtifactId | ArtifactIdautodao |
| Last Version | Last Version0.12.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAutoDAO
AutoDAO is a Generic DAO on steroids implementation for Java. Features:
ready to use CRUD operations,
zero persistence code for common DAO queries, annotation-driven
auto-configuration, Hibernate/JPA support.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| autodao-0.12.2.pom | |
| autodao-0.12.2.jar | 59 KB |
| autodao-0.12.2-sources.jar | 34 KB |
| autodao-0.12.2-javadoc.jar | 103 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.autodao/autodao/ -->
<dependency>
<groupId>net.sf.autodao</groupId>
<artifactId>autodao</artifactId>
<version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.autodao/autodao/
implementation 'net.sf.autodao:autodao:0.12.2'
// https://jarcasting.com/artifacts/net.sf.autodao/autodao/
implementation ("net.sf.autodao:autodao:0.12.2")
'net.sf.autodao:autodao:jar:0.12.2'
<dependency org="net.sf.autodao" name="autodao" rev="0.12.2">
<artifact name="autodao" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.autodao', module='autodao', version='0.12.2')
)
libraryDependencies += "net.sf.autodao" % "autodao" % "0.12.2"
[net.sf.autodao/autodao "0.12.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy-all | jar | 1.6.9 |
| com.intellij : annotations | jar | 9.0.4 |
| org.hibernate : hibernate-entitymanager Optional | jar | 4.0.0.Final |
| org.springframework : spring-orm | jar | 3.1.0.RELEASE |
| org.springframework : spring-aop | jar | 3.1.0.RELEASE |
| joda-time : joda-time | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.3.163 |
| org.springframework : spring-test | jar | 3.1.0.RELEASE |
| c3p0 : c3p0 | jar | 0.9.1.2 |
| org.testng : testng | jar | 6.3.1 |
| org.jmock : jmock | jar | 2.5.1 |