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