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
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.helger.maven |
| Идентификатор | Идентификаторmaven-jaxb2-plugin-core |
| Последняя версия | Последняя версия0.14.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMaven JAXB 2.x Plugin Core
Maven2 plugin for JAXB 2.x XJC compiler to generate Java sources from XML Schemas.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.helger.maven/maven-jaxb2-plugin-core/ -->
<dependency>
<groupId>com.helger.maven</groupId>
<artifactId>maven-jaxb2-plugin-core</artifactId>
<version>0.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.helger.maven/maven-jaxb2-plugin-core/
implementation 'com.helger.maven:maven-jaxb2-plugin-core:0.14.3'
// https://jarcasting.com/artifacts/com.helger.maven/maven-jaxb2-plugin-core/
implementation ("com.helger.maven:maven-jaxb2-plugin-core:0.14.3")
'com.helger.maven:maven-jaxb2-plugin-core:jar:0.14.3'
<dependency org="com.helger.maven" name="maven-jaxb2-plugin-core" rev="0.14.3">
<artifact name="maven-jaxb2-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.helger.maven', module='maven-jaxb2-plugin-core', version='0.14.3')
)
libraryDependencies += "com.helger.maven" % "maven-jaxb2-plugin-core" % "0.14.3"
[com.helger.maven/maven-jaxb2-plugin-core "0.14.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| com.sun.org.apache.xml.internal : resolver | jar | 20050927 |
| org.glassfish.jaxb : txw2 | jar | 2.3.2 |
| org.apache.maven : maven-plugin-api | jar | 2.2.1 |
| org.sonatype.plexus : plexus-build-api | jar | 0.0.7 |
| org.codehaus.plexus : plexus-utils | jar | 1.5.15 |
| org.apache.maven : maven-project | jar | 2.2.1 |
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.0 |
| com.helger : ph-commons | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.xml.bind : jaxb-api | jar | 2.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 2.1 |
| 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