GroupId | GroupIdorg.openjax.jaxb |
---|---|
ArtifactId | ArtifactIdxjc |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
xjc-0.8.2.pom | |
xjc-0.8.2.jar | 18 KB |
xjc-0.8.2-tests.jar | 4 KB |
xjc-0.8.2-sources.jar | 11 KB |
xjc-0.8.2-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjax.jaxb/xjc/ -->
<dependency>
<groupId>org.openjax.jaxb</groupId>
<artifactId>xjc</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax.jaxb/xjc/
implementation 'org.openjax.jaxb:xjc:0.8.2'
// https://jarcasting.com/artifacts/org.openjax.jaxb/xjc/
implementation ("org.openjax.jaxb:xjc:0.8.2")
'org.openjax.jaxb:xjc:jar:0.8.2'
<dependency org="org.openjax.jaxb" name="xjc" rev="0.8.2">
<artifact name="xjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax.jaxb', module='xjc', version='0.8.2')
)
libraryDependencies += "org.openjax.jaxb" % "xjc" % "0.8.2"
[org.openjax.jaxb/xjc "0.8.2"]