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