Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.carlopantaleo |
ArtifactId | ArtifactIdjmodel-sample-project |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-sample-project/ -->
<dependency>
<groupId>com.github.carlopantaleo</groupId>
<artifactId>jmodel-sample-project</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-sample-project/
implementation 'com.github.carlopantaleo:jmodel-sample-project:0.1.3'
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-sample-project/
implementation ("com.github.carlopantaleo:jmodel-sample-project:0.1.3")
'com.github.carlopantaleo:jmodel-sample-project:jar:0.1.3'
<dependency org="com.github.carlopantaleo" name="jmodel-sample-project" rev="0.1.3">
<artifact name="jmodel-sample-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.carlopantaleo', module='jmodel-sample-project', version='0.1.3')
)
libraryDependencies += "com.github.carlopantaleo" % "jmodel-sample-project" % "0.1.3"
[com.github.carlopantaleo/jmodel-sample-project "0.1.3"]