Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.carlopantaleo |
ArtifactId | ArtifactIdjmodel |
Version | Version0.1.4 |
Type | Typepom |
Filename | Size |
---|---|
jmodel-0.1.4.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel/ -->
<dependency>
<groupId>com.github.carlopantaleo</groupId>
<artifactId>jmodel</artifactId>
<version>0.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel/
implementation 'com.github.carlopantaleo:jmodel:0.1.4'
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel/
implementation ("com.github.carlopantaleo:jmodel:0.1.4")
'com.github.carlopantaleo:jmodel:pom:0.1.4'
<dependency org="com.github.carlopantaleo" name="jmodel" rev="0.1.4">
<artifact name="jmodel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.carlopantaleo', module='jmodel', version='0.1.4')
)
libraryDependencies += "com.github.carlopantaleo" % "jmodel" % "0.1.4"
[com.github.carlopantaleo/jmodel "0.1.4"]