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