is not current version
Last Version 5.1.0

org.apache.xmlbeans:xmlbeans 3.1.0

XmlBeans main jar

GroupId

GroupId

org.apache.xmlbeans
ArtifactId

ArtifactId

xmlbeans
Version

Version

3.1.0
Type

Type

jar

Download xmlbeans 3.1.0


<!-- https://jarcasting.com/artifacts/org.apache.xmlbeans/xmlbeans/ -->
<dependency>
    <groupId>org.apache.xmlbeans</groupId>
    <artifactId>xmlbeans</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlbeans/xmlbeans/
implementation 'org.apache.xmlbeans:xmlbeans:3.1.0'
// https://jarcasting.com/artifacts/org.apache.xmlbeans/xmlbeans/
implementation ("org.apache.xmlbeans:xmlbeans:3.1.0")
'org.apache.xmlbeans:xmlbeans:jar:3.1.0'
<dependency org="org.apache.xmlbeans" name="xmlbeans" rev="3.1.0">
  <artifact name="xmlbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlbeans', module='xmlbeans', version='3.1.0')
)
libraryDependencies += "org.apache.xmlbeans" % "xmlbeans" % "3.1.0"
[org.apache.xmlbeans/xmlbeans "3.1.0"]