Download xml-1.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

xml-1.3-javadoc.jar
xml-1.3-sources.jar
xml-1.3.jar
xml-1.3.pom



Related Tutorials