x

xmlbeans

Geronimo module that supplies the xmlbeans framework in a single classloader.
Files download
File Operation
xmlbeans-2.1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.framework</groupId>
  <artifactId>xmlbeans</artifactId>
  <version>2.1</version>
  <type>car</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.framework:xmlbeans:2.1'
Gradle Kotlin
implementation("org.apache.geronimo.framework:xmlbeans:2.1")
Scala SBT
libraryDependencies += "org.apache.geronimo.framework" % "xmlbeans" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.framework', module='xmlbeans', version='2.1')
)
Apache Ivy
<dependency org="org.apache.geronimo.framework" name="xmlbeans" rev="2.1" />
Leiningen
[org.apache.geronimo.framework/xmlbeans "2.1"]
Apache Buildr
'org.apache.geronimo.framework:xmlbeans:jar:2.1'