License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.carlopantaleo |
ArtifactId | ArtifactIdjmodel-base-dao |
Version | Version0.1.5 |
Type | Typejar |
Description |
DescriptionJModel Base Dao
A Maven plugin to autogenerate a bunch of boilerplate code starting from a data model described in an XML file.
|
Filename | Size |
---|---|
jmodel-base-dao-0.1.5.pom | |
jmodel-base-dao-0.1.5.jar | 7 KB |
jmodel-base-dao-0.1.5-sources.jar | 3 KB |
jmodel-base-dao-0.1.5-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-base-dao/ -->
<dependency>
<groupId>com.github.carlopantaleo</groupId>
<artifactId>jmodel-base-dao</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-base-dao/
implementation 'com.github.carlopantaleo:jmodel-base-dao:0.1.5'
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-base-dao/
implementation ("com.github.carlopantaleo:jmodel-base-dao:0.1.5")
'com.github.carlopantaleo:jmodel-base-dao:jar:0.1.5'
<dependency org="com.github.carlopantaleo" name="jmodel-base-dao" rev="0.1.5">
<artifact name="jmodel-base-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.carlopantaleo', module='jmodel-base-dao', version='0.1.5')
)
libraryDependencies += "com.github.carlopantaleo" % "jmodel-base-dao" % "0.1.5"
[com.github.carlopantaleo/jmodel-base-dao "0.1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 27.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 5.3.7.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |