License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.carlopantaleo |
ArtifactId | ArtifactIdjmodel-sample-project |
Version | Version0.1.5 |
Type | Typejar |
Description |
DescriptionJModel Sample Project
A Maven plugin to autogenerate a bunch of boilerplate code starting from a data model described in an XML file.
|
Filename | Size |
---|---|
jmodel-sample-project-0.1.5.pom | |
jmodel-sample-project-0.1.5.jar | 14 KB |
jmodel-sample-project-0.1.5-sources.jar | 11 KB |
jmodel-sample-project-0.1.5-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-sample-project/ -->
<dependency>
<groupId>com.github.carlopantaleo</groupId>
<artifactId>jmodel-sample-project</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-sample-project/
implementation 'com.github.carlopantaleo:jmodel-sample-project:0.1.5'
// https://jarcasting.com/artifacts/com.github.carlopantaleo/jmodel-sample-project/
implementation ("com.github.carlopantaleo:jmodel-sample-project:0.1.5")
'com.github.carlopantaleo:jmodel-sample-project:jar:0.1.5'
<dependency org="com.github.carlopantaleo" name="jmodel-sample-project" rev="0.1.5">
<artifact name="jmodel-sample-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.carlopantaleo', module='jmodel-sample-project', version='0.1.5')
)
libraryDependencies += "com.github.carlopantaleo" % "jmodel-sample-project" % "0.1.5"
[com.github.carlopantaleo/jmodel-sample-project "0.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-starter-log4j2 | jar | |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.hibernate : hibernate-core | jar | 5.3.7.Final |
org.springframework : spring-orm | jar | 5.1.2.RELEASE |
com.h2database : h2 | jar | 1.4.197 |
org.apache.tomcat : tomcat-dbcp | jar | 9.0.13 |
com.google.guava : guava | jar | 27.0-jre |
com.github.carlopantaleo : jmodel-base-dao | jar | 0.1.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |