is not current version
Last Version 4.0.0

com.sun.xml.bind:jaxb-jxc 3.0.0-M5

Old JAXB schema generator.The *tool* to generate XML schema based on java classes.

GroupId

GroupId

com.sun.xml.bind
ArtifactId

ArtifactId

jaxb-jxc
Version

Version

3.0.0-M5
Type

Type

jar

Download jaxb-jxc 3.0.0-M5


<!-- https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-jxc/ -->
<dependency>
    <groupId>com.sun.xml.bind</groupId>
    <artifactId>jaxb-jxc</artifactId>
    <version>3.0.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-jxc/
implementation 'com.sun.xml.bind:jaxb-jxc:3.0.0-M5'
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-jxc/
implementation ("com.sun.xml.bind:jaxb-jxc:3.0.0-M5")
'com.sun.xml.bind:jaxb-jxc:jar:3.0.0-M5'
<dependency org="com.sun.xml.bind" name="jaxb-jxc" rev="3.0.0-M5">
  <artifact name="jaxb-jxc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind', module='jaxb-jxc', version='3.0.0-M5')
)
libraryDependencies += "com.sun.xml.bind" % "jaxb-jxc" % "3.0.0-M5"
[com.sun.xml.bind/jaxb-jxc "3.0.0-M5"]