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