x

xfire-xmlbeans

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