| GroupId | GroupIdxfire |
|---|---|
| ArtifactId | ArtifactIdjaxb-xjc |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| jaxb-xjc-2.0.pom | |
| jaxb-xjc-2.0.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/xfire/jaxb-xjc/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/jaxb-xjc/
implementation 'xfire:jaxb-xjc:2.0'
// https://jarcasting.com/artifacts/xfire/jaxb-xjc/
implementation ("xfire:jaxb-xjc:2.0")
'xfire:jaxb-xjc:jar:2.0'
<dependency org="xfire" name="jaxb-xjc" rev="2.0">
<artifact name="jaxb-xjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='jaxb-xjc', version='2.0')
)
libraryDependencies += "xfire" % "jaxb-xjc" % "2.0"
[xfire/jaxb-xjc "2.0"]