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