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