GroupId | GroupIdorg.openjax.jaxb |
---|---|
ArtifactId | ArtifactIdxjc |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
xjc-0.8.1.pom | |
xjc-0.8.1.jar | 18 KB |
xjc-0.8.1-tests.jar | 4 KB |
xjc-0.8.1-sources.jar | 11 KB |
xjc-0.8.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax.jaxb/xjc/
implementation 'org.openjax.jaxb:xjc:0.8.1'
// https://jarcasting.com/artifacts/org.openjax.jaxb/xjc/
implementation ("org.openjax.jaxb:xjc:0.8.1")
'org.openjax.jaxb:xjc:jar:0.8.1'
<dependency org="org.openjax.jaxb" name="xjc" rev="0.8.1">
<artifact name="xjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax.jaxb', module='xjc', version='0.8.1')
)
libraryDependencies += "org.openjax.jaxb" % "xjc" % "0.8.1"
[org.openjax.jaxb/xjc "0.8.1"]