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