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