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