Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.carlopantaleo |
ArtifactId | ArtifactIdjmodel-base-dao |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
jmodel-base-dao-0.1.3.pom | |
jmodel-base-dao-0.1.3.jar | 7 KB |
jmodel-base-dao-0.1.3-sources.jar | 3 KB |
jmodel-base-dao-0.1.3-javadoc.jar | 39 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-base-dao/
implementation 'com.github.carlopantaleo:jmodel-base-dao:0.1.3'
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-base-dao/
implementation ("com.github.carlopantaleo:jmodel-base-dao:0.1.3")
'com.github.carlopantaleo:jmodel-base-dao:jar:0.1.3'
<dependency org="com.github.carlopantaleo" name="jmodel-base-dao" rev="0.1.3">
<artifact name="jmodel-base-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.carlopantaleo', module='jmodel-base-dao', version='0.1.3')
)
libraryDependencies += "com.github.carlopantaleo" % "jmodel-base-dao" % "0.1.3"
[com.github.carlopantaleo/jmodel-base-dao "0.1.3"]