is not current version
Last Version 0.1.5

com.github.carlopantaleo:jmodel 0.1.1

A Maven plugin to autogenerate a bunch of boilerplate code starting from a data model described in an XML file.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.carlopantaleo
ArtifactId

ArtifactId

jmodel
Version

Version

0.1.1
Type

Type

pom

Download jmodel 0.1.1

Filename Size
jmodel-0.1.1.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel/ -->
<dependency>
    <groupId>com.github.carlopantaleo</groupId>
    <artifactId>jmodel</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel/
implementation 'com.github.carlopantaleo:jmodel:0.1.1'
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel/
implementation ("com.github.carlopantaleo:jmodel:0.1.1")
'com.github.carlopantaleo:jmodel:pom:0.1.1'
<dependency org="com.github.carlopantaleo" name="jmodel" rev="0.1.1">
  <artifact name="jmodel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.carlopantaleo', module='jmodel', version='0.1.1')
)
libraryDependencies += "com.github.carlopantaleo" % "jmodel" % "0.1.1"
[com.github.carlopantaleo/jmodel "0.1.1"]