x

xfire-annotations

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