| GroupId | GroupIdcom.sun.xml.bind |
|---|---|
| ArtifactId | ArtifactIdjaxb-xjc |
| Version | Version3.0.0-M5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jaxb-xjc-3.0.0-M5.pom | |
| jaxb-xjc-3.0.0-M5.jar | 1 MB |
| jaxb-xjc-3.0.0-M5-sources.jar | 1 MB |
| jaxb-xjc-3.0.0-M5-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-xjc/ -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>3.0.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-xjc/
implementation 'com.sun.xml.bind:jaxb-xjc:3.0.0-M5'
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-xjc/
implementation ("com.sun.xml.bind:jaxb-xjc:3.0.0-M5")
'com.sun.xml.bind:jaxb-xjc:jar:3.0.0-M5'
<dependency org="com.sun.xml.bind" name="jaxb-xjc" rev="3.0.0-M5">
<artifact name="jaxb-xjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind', module='jaxb-xjc', version='3.0.0-M5')
)
libraryDependencies += "com.sun.xml.bind" % "jaxb-xjc" % "3.0.0-M5"
[com.sun.xml.bind/jaxb-xjc "3.0.0-M5"]