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