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