x

xfire-xmlbeans

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