JAXB2 Maven Plugin
This project is no longer maintained
New coordinates
Use the plugin from https://github.com/evolvedbinary/jvnet-jaxb-maven-plugin instead. It is fork from ths fork and also has JAXB3 support :D
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.helger.maven |
ArtifactId | ArtifactIdmaven-jaxb2-plugin-project |
Last Version | Last Version0.14.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMaven JAXB 2.x Plugin Project
Maven2 plugin for JAXB 2.x XJC compiler to generate Java sources from XML Schemas.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-jaxb2-plugin-project-0.14.3.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.helger.maven/maven-jaxb2-plugin-project/ -->
<dependency>
<groupId>com.helger.maven</groupId>
<artifactId>maven-jaxb2-plugin-project</artifactId>
<version>0.14.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.helger.maven/maven-jaxb2-plugin-project/
implementation 'com.helger.maven:maven-jaxb2-plugin-project:0.14.3'
// https://jarcasting.com/artifacts/com.helger.maven/maven-jaxb2-plugin-project/
implementation ("com.helger.maven:maven-jaxb2-plugin-project:0.14.3")
'com.helger.maven:maven-jaxb2-plugin-project:pom:0.14.3'
<dependency org="com.helger.maven" name="maven-jaxb2-plugin-project" rev="0.14.3">
<artifact name="maven-jaxb2-plugin-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.helger.maven', module='maven-jaxb2-plugin-project', version='0.14.3')
)
libraryDependencies += "com.helger.maven" % "maven-jaxb2-plugin-project" % "0.14.3"
[com.helger.maven/maven-jaxb2-plugin-project "0.14.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
This project is no longer maintained
Use the plugin from https://github.com/evolvedbinary/jvnet-jaxb-maven-plugin instead. It is fork from ths fork and also has JAXB3 support :D