MVN

com.github.carlopantaleo : jmodel

Maven & Gradle

Nov 14, 2018
0 stars

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

<dependency>
    <groupId>com.github.carlopantaleo</groupId>
    <artifactId>jmodel</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.carlopantaleo : jmodel to add to Maven - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of com.github.carlopantaleo : jmodel to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
jmodel-0.1.5
jmodel-0.1.4
jmodel-0.1.3
jmodel-0.1.2
jmodel-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.carlopantaleo</groupId>
    <artifactId>jmodel</artifactId>
    <version>0.1.5</version>
</dependency>

Advertisement