j

jaxb-xjc

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.
文件下载
文件名 操作
jaxb-xjc-3.0.0-M4.jar 下载
jaxb-xjc-3.0.0-M4.pom 下载
jaxb-xjc-3.0.0-M4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.glassfish.jaxb</groupId>
  <artifactId>jaxb-xjc</artifactId>
  <version>3.0.0-M4</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jaxb:jaxb-xjc:3.0.0-M4'
Gradle Kotlin
implementation("org.glassfish.jaxb:jaxb-xjc:3.0.0-M4")
Scala SBT
libraryDependencies += "org.glassfish.jaxb" % "jaxb-xjc" % "3.0.0-M4"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jaxb', module='jaxb-xjc', version='3.0.0-M4')
)
Apache Ivy
<dependency org="org.glassfish.jaxb" name="jaxb-xjc" rev="3.0.0-M4" />
Leiningen
[org.glassfish.jaxb/jaxb-xjc "3.0.0-M4"]
Apache Buildr
'org.glassfish.jaxb:jaxb-xjc:jar:3.0.0-M4'