is not current version
Last Version 1.2.6

org.codehaus.xfire:xfire-all 1.2.2


GroupId

GroupId

org.codehaus.xfire
ArtifactId

ArtifactId

xfire-all
Version

Version

1.2.2
Type

Type

jar

Download xfire-all 1.2.2


<!-- https://jarcasting.com/artifacts/org.codehaus.xfire/xfire-all/ -->
<dependency>
    <groupId>org.codehaus.xfire</groupId>
    <artifactId>xfire-all</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.xfire/xfire-all/
implementation 'org.codehaus.xfire:xfire-all:1.2.2'
// https://jarcasting.com/artifacts/org.codehaus.xfire/xfire-all/
implementation ("org.codehaus.xfire:xfire-all:1.2.2")
'org.codehaus.xfire:xfire-all:jar:1.2.2'
<dependency org="org.codehaus.xfire" name="xfire-all" rev="1.2.2">
  <artifact name="xfire-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.xfire', module='xfire-all', version='1.2.2')
)
libraryDependencies += "org.codehaus.xfire" % "xfire-all" % "1.2.2"
[org.codehaus.xfire/xfire-all "1.2.2"]