is not current version
Last Version 1.2.6

org.codehaus.xfire:xfire-annotations 1.0-M5


GroupId

GroupId

org.codehaus.xfire
ArtifactId

ArtifactId

xfire-annotations
Version

Version

1.0-M5
Type

Type

jar

Download xfire-annotations 1.0-M5


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