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