is not current version
Last Version 4.0.0

com.sun.xml.bind:jaxb-xjc 2.0


GroupId

GroupId

com.sun.xml.bind
ArtifactId

ArtifactId

jaxb-xjc
Version

Version

2.0
Type

Type

jar

Download jaxb-xjc 2.0


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