JAXB2 - Namespace Prefix Plugin

This plugin adds 'jakarta.xml.bind.annotation.XmlNs' annotations to 'package-info.java' file according to specific definitions in bindings.xml file. Those annotations associate namespace prefixes with XML namespace URIs.

License

License

Categories

Categories

Net
GroupId

GroupId

org.jvnet.jaxb2_commons
ArtifactId

ArtifactId

jaxb2-namespace-prefix
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

JAXB2 - Namespace Prefix Plugin
This plugin adds 'jakarta.xml.bind.annotation.XmlNs' annotations to 'package-info.java' file according to specific definitions in bindings.xml file. Those annotations associate namespace prefixes with XML namespace URIs.
Source Code Management

Source Code Management

https://github.com/Siggen/jaxb-namespace-prefix

Download jaxb2-namespace-prefix

How to add to project

<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-namespace-prefix/ -->
<dependency>
    <groupId>org.jvnet.jaxb2_commons</groupId>
    <artifactId>jaxb2-namespace-prefix</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-namespace-prefix/
implementation 'org.jvnet.jaxb2_commons:jaxb2-namespace-prefix:2.0'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb2-namespace-prefix/
implementation ("org.jvnet.jaxb2_commons:jaxb2-namespace-prefix:2.0")
'org.jvnet.jaxb2_commons:jaxb2-namespace-prefix:jar:2.0'
<dependency org="org.jvnet.jaxb2_commons" name="jaxb2-namespace-prefix" rev="2.0">
  <artifact name="jaxb2-namespace-prefix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2_commons', module='jaxb2-namespace-prefix', version='2.0')
)
libraryDependencies += "org.jvnet.jaxb2_commons" % "jaxb2-namespace-prefix" % "2.0"
[org.jvnet.jaxb2_commons/jaxb2-namespace-prefix "2.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.glassfish.jaxb : jaxb-xjc jar 3.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0
1.3
1.2
1.1
1.0