Download xmlbeans-2.3.0.jar file - Jar x

Jar examples for x:xmlbeans

Description

Geronimo module that supplies the xmlbeans framework in a single classloader.

You can download jar file xmlbeans 2.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add xmlbeans-2.3.0.jar to your project.

<dependency>
   <groupId>org.apache.xmlbeans</groupId>
   <artifactId>xmlbeans</artifactId>
   <version>2.3.0</version>
</dependency>
compile group: 'org.apache.xmlbeans', name: 'xmlbeans', version: '2.3.0'
libraryDependencies += "org.apache.xmlbeans" % "xmlbeans" % "2.3.0"
<dependency org="org.apache.xmlbeans" name="xmlbeans" rev="2.3.0"/>
@Grapes(@Grab(group='org.apache.xmlbeans', module='xmlbeans', version='2.3.0'))
'org.apache.xmlbeans:xmlbeans:jar:2.3.0'

Download

Click the following link to download the jar file.

xmlbeans-2.3.0.jar
xmlbeans-2.3.0.pom



Related Tutorials