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