Last Version

JModel 0.1.5

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

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.carlopantaleo
ArtifactId

ArtifactId

jmodel
Version

Version

0.1.5
Type

Type

pom
Description

Description

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

Project URL

https://github.com/carlopantaleo/jmodel-maven-plugin
Source Code Management

Source Code Management

https://github.com/carlopantaleo/jmodel-maven-plugin

Download jmodel 0.1.5

Filename Size
jmodel-0.1.5.pom 9 KB
Browse

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • jmodel-maven-plugin
  • jmodel-sample-project
  • jmodel-base-dao