GroupId | GroupIdcom.sun.xml.bind |
---|---|
ArtifactId | ArtifactIdjaxb-xjc |
Version | Version2.2.11 |
Type | Typejar |
Filename | Size |
---|---|
jaxb-xjc-2.2.11.pom | |
jaxb-xjc-2.2.11.jar | 1 MB |
jaxb-xjc-2.2.11-sources.jar | 1 MB |
jaxb-xjc-2.2.11-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>2.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-xjc/
implementation 'com.sun.xml.bind:jaxb-xjc:2.2.11'
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-xjc/
implementation ("com.sun.xml.bind:jaxb-xjc:2.2.11")
'com.sun.xml.bind:jaxb-xjc:jar:2.2.11'
<dependency org="com.sun.xml.bind" name="jaxb-xjc" rev="2.2.11">
<artifact name="jaxb-xjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind', module='jaxb-xjc', version='2.2.11')
)
libraryDependencies += "com.sun.xml.bind" % "jaxb-xjc" % "2.2.11"
[com.sun.xml.bind/jaxb-xjc "2.2.11"]