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