Download xmlbeans-2.6.5.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.6.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

xmlbeans-2.6.5-javadoc.jar
xmlbeans-2.6.5-sources.jar
xmlbeans-2.6.5.jar
xmlbeans-2.6.5.pom



Related Tutorials