| License | License | 
|---|---|
| GroupId | GroupIdcom.sun.xml | 
| ArtifactId | ArtifactIdjaxb-xjc | 
| Last Version | Last Version2.0EA3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJAXB XML Binding Code Generator Package | 
| Filename | Size | 
|---|---|
| jaxb-xjc-2.0EA3.pom | |
| jaxb-xjc-2.0EA3.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sun.xml/jaxb-xjc/ -->
<dependency>
    <groupId>com.sun.xml</groupId>
    <artifactId>jaxb-xjc</artifactId>
    <version>2.0EA3</version>
</dependency>// https://jarcasting.com/artifacts/com.sun.xml/jaxb-xjc/
implementation 'com.sun.xml:jaxb-xjc:2.0EA3'// https://jarcasting.com/artifacts/com.sun.xml/jaxb-xjc/
implementation ("com.sun.xml:jaxb-xjc:2.0EA3")'com.sun.xml:jaxb-xjc:jar:2.0EA3'<dependency org="com.sun.xml" name="jaxb-xjc" rev="2.0EA3">
  <artifact name="jaxb-xjc" type="jar" />
</dependency>@Grapes(
@Grab(group='com.sun.xml', module='jaxb-xjc', version='2.0EA3')
)libraryDependencies += "com.sun.xml" % "jaxb-xjc" % "2.0EA3"[com.sun.xml/jaxb-xjc "2.0EA3"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.sun.xml : jaxb-impl | jar | 2.0EA3 |