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