x

xfire-annotations

Annotation support for XFire
Files download
File Operation
xfire-annotations-1.2-RC.jar download
xfire-annotations-1.2-RC.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.xfire</groupId>
  <artifactId>xfire-annotations</artifactId>
  <version>1.2-RC</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.xfire:xfire-annotations:1.2-RC'
Gradle Kotlin
implementation("org.codehaus.xfire:xfire-annotations:1.2-RC")
Scala SBT
libraryDependencies += "org.codehaus.xfire" % "xfire-annotations" % "1.2-RC"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.xfire', module='xfire-annotations', version='1.2-RC')
)
Apache Ivy
<dependency org="org.codehaus.xfire" name="xfire-annotations" rev="1.2-RC" />
Leiningen
[org.codehaus.xfire/xfire-annotations "1.2-RC"]
Apache Buildr
'org.codehaus.xfire:xfire-annotations:jar:1.2-RC'