is not current version
Last Version 5.1.0

org.apache.xmlbeans:xmlbeans 2.4.0

XmlBeans main jar

GroupId

GroupId

org.apache.xmlbeans
ArtifactId

ArtifactId

xmlbeans
Version

Version

2.4.0
Type

Type

jar

Download xmlbeans 2.4.0


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