is not current version
Last Version 1.2.6

org.codehaus.xfire:xfire-distribution 1.0-RC1


Categories

Categories

Distribution Build Tools
GroupId

GroupId

org.codehaus.xfire
ArtifactId

ArtifactId

xfire-distribution
Version

Version

1.0-RC1
Type

Type

jar

Download xfire-distribution 1.0-RC1


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