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