j

jaxb-xjc

Old JAXB Binding Compiler. Contains source code needed for binding customization files into java sources. In other words: the *tool* to generate java classes for the given xml representation.
https://eclipse-ee4j.github.io/jaxb-ri/
文件下载
文件名 操作
jaxb-xjc-4.0.0-M4.jar 下载
jaxb-xjc-4.0.0-M4.pom 下载
jaxb-xjc-4.0.0-M4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sun.xml.bind</groupId>
  <artifactId>jaxb-xjc</artifactId>
  <version>4.0.0-M4</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.bind:jaxb-xjc:4.0.0-M4'
Gradle Kotlin
implementation("com.sun.xml.bind:jaxb-xjc:4.0.0-M4")
Scala SBT
libraryDependencies += "com.sun.xml.bind" % "jaxb-xjc" % "4.0.0-M4"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.bind', module='jaxb-xjc', version='4.0.0-M4')
)
Apache Ivy
<dependency org="com.sun.xml.bind" name="jaxb-xjc" rev="4.0.0-M4" />
Leiningen
[com.sun.xml.bind/jaxb-xjc "4.0.0-M4"]
Apache Buildr
'com.sun.xml.bind:jaxb-xjc:jar:4.0.0-M4'