License |
License |
---|---|
GroupId | GroupIdcom.github.corydoras |
ArtifactId | ArtifactIdDAOGenerator |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDAOGenerator2
Legacy project used to generate the Data Access Objects used in the data access layer of some legacy projects..
|
Filename | Size |
---|---|
DAOGenerator-2.0.pom | |
DAOGenerator-2.0.jar | 117 KB |
DAOGenerator-2.0-sources.jar | 49 KB |
DAOGenerator-2.0-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.corydoras/DAOGenerator/ -->
<dependency>
<groupId>com.github.corydoras</groupId>
<artifactId>DAOGenerator</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.corydoras/DAOGenerator/
implementation 'com.github.corydoras:DAOGenerator:2.0'
// https://jarcasting.com/artifacts/com.github.corydoras/DAOGenerator/
implementation ("com.github.corydoras:DAOGenerator:2.0")
'com.github.corydoras:DAOGenerator:jar:2.0'
<dependency org="com.github.corydoras" name="DAOGenerator" rev="2.0">
<artifact name="DAOGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.corydoras', module='DAOGenerator', version='2.0')
)
libraryDependencies += "com.github.corydoras" % "DAOGenerator" % "2.0"
[com.github.corydoras/DAOGenerator "2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.puppycrawl.tools : checkstyle | jar | 5.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |