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