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