jaxb-plugin-parent
Maven parent POM for several other JAXB/XJC plugin projects.
Visit my github page for JAXB XJC plugin projects using this parent POM.
License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.codesup.util |
ArtifactId | ArtifactIdjaxb-plugin-parent |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent POM for CodeSup JAXB XJC plugin projects
Provides base settings and dependencies for other jaxb-plugin projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaxb-plugin-parent-1.6.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.codesup.util/jaxb-plugin-parent/ -->
<dependency>
<groupId>net.codesup.util</groupId>
<artifactId>jaxb-plugin-parent</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.codesup.util/jaxb-plugin-parent/
implementation 'net.codesup.util:jaxb-plugin-parent:1.6.0'
// https://jarcasting.com/artifacts/net.codesup.util/jaxb-plugin-parent/
implementation ("net.codesup.util:jaxb-plugin-parent:1.6.0")
'net.codesup.util:jaxb-plugin-parent:pom:1.6.0'
<dependency org="net.codesup.util" name="jaxb-plugin-parent" rev="1.6.0">
<artifact name="jaxb-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.codesup.util', module='jaxb-plugin-parent', version='1.6.0')
)
libraryDependencies += "net.codesup.util" % "jaxb-plugin-parent" % "1.6.0"
[net.codesup.util/jaxb-plugin-parent "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jaxb : jaxb-xjc-jdk9 | jar | 2.3.0 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Maven parent POM for several other JAXB/XJC plugin projects.
Visit my github page for JAXB XJC plugin projects using this parent POM.