| Группа | Группаxfire |
|---|---|
| Идентификатор | Идентификаторxfire-core |
| Версия | Версия1.0-20050920.032035 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xfire-core-1.0-20050920.032035.pom | |
| xfire-core-1.0-20050920.032035.jar | 231 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/xfire/xfire-core/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>xfire-core</artifactId>
<version>1.0-20050920.032035</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/xfire-core/
implementation 'xfire:xfire-core:1.0-20050920.032035'
// https://jarcasting.com/artifacts/xfire/xfire-core/
implementation ("xfire:xfire-core:1.0-20050920.032035")
'xfire:xfire-core:jar:1.0-20050920.032035'
<dependency org="xfire" name="xfire-core" rev="1.0-20050920.032035">
<artifact name="xfire-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='xfire-core', version='1.0-20050920.032035')
)
libraryDependencies += "xfire" % "xfire-core" % "1.0-20050920.032035"
[xfire/xfire-core "1.0-20050920.032035"]