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