Download xml-1.2.jar file - Jar x

Jar examples for x:xml

Description

A packaging of the IntelliJ Community Edition xml library. This is release number 1 of trunk branch 142.

You can download jar file xml 1.2 in this page.

License

GNU General Public License; either version 2 of the License, or (at your option) any later version

Build File

You can use the following script to add xml-1.2.jar to your project.

<dependency>
   <groupId>org.codehaus.sonar-plugins.xml</groupId>
   <artifactId>xml</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'org.codehaus.sonar-plugins.xml', name: 'xml', version: '1.2'
libraryDependencies += "org.codehaus.sonar-plugins.xml" % "xml" % "1.2"
<dependency org="org.codehaus.sonar-plugins.xml" name="xml" rev="1.2"/>
@Grapes(@Grab(group='org.codehaus.sonar-plugins.xml', module='xml', version='1.2'))
'org.codehaus.sonar-plugins.xml:xml:jar:1.2'

Download

Click the following link to download the jar file.

xml-1.2-javadoc.jar
xml-1.2-sources.jar
xml-1.2.jar
xml-1.2.pom



Related Tutorials