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