License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.carlopantaleo |
ArtifactId | ArtifactIdjmodel |
Version | Version0.1.5 |
Type | Typepom |
Description |
DescriptionJModel
A Maven plugin to autogenerate a bunch of boilerplate code starting from a data model described in an XML file.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |