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