License |
License
Public Domain
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIduk.org.retep.tools.maven |
ArtifactId | ArtifactIdcore-plugin-tools |
Last Version | Last Version10.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionretepTools Maven Utilities
JAXB2 compiler plugin used to create object graph from XSDs based on the JAXB 2.1 implementation.
|
Project Organization |
Project OrganizationRetep Development Group |
Filename | Size |
---|---|
core-plugin-tools-10.6.pom | |
core-plugin-tools-10.6.jar | 7 KB |
core-plugin-tools-10.6-sources.jar | 4 KB |
core-plugin-tools-10.6-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.tools.maven/core-plugin-tools/ -->
<dependency>
<groupId>uk.org.retep.tools.maven</groupId>
<artifactId>core-plugin-tools</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.tools.maven/core-plugin-tools/
implementation 'uk.org.retep.tools.maven:core-plugin-tools:10.6'
// https://jarcasting.com/artifacts/uk.org.retep.tools.maven/core-plugin-tools/
implementation ("uk.org.retep.tools.maven:core-plugin-tools:10.6")
'uk.org.retep.tools.maven:core-plugin-tools:jar:10.6'
<dependency org="uk.org.retep.tools.maven" name="core-plugin-tools" rev="10.6">
<artifact name="core-plugin-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools.maven', module='core-plugin-tools', version='10.6')
)
libraryDependencies += "uk.org.retep.tools.maven" % "core-plugin-tools" % "10.6"
[uk.org.retep.tools.maven/core-plugin-tools "10.6"]
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep.tools : collections | jar | 10.6 |
org.apache.maven : maven-project | jar | 2.2.1 |
org.apache.maven : maven-plugin-api | jar | 2.2.1 |
com.sun.xml.bind : jaxb-impl | jar | 2.2 |
com.sun.xml.bind : jaxb-xjc | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |