Download xml-1.4.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.4 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.4.jar to your project.

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

Download

Click the following link to download the jar file.

xml-1.4-javadoc.jar
xml-1.4-sources.jar
xml-1.4.jar
xml-1.4.pom



Related Tutorials