Download xml-1.2-RC1.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-RC1 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-RC1.jar to your project.

<dependency>
   <groupId>com.buschmais.jqassistant.plugin</groupId>
   <artifactId>xml</artifactId>
   <version>1.2-RC1</version>
</dependency>
compile group: 'com.buschmais.jqassistant.plugin', name: 'xml', version: '1.2-RC1'
libraryDependencies += "com.buschmais.jqassistant.plugin" % "xml" % "1.2-RC1"
<dependency org="com.buschmais.jqassistant.plugin" name="xml" rev="1.2-RC1"/>
@Grapes(@Grab(group='com.buschmais.jqassistant.plugin', module='xml', version='1.2-RC1'))
'com.buschmais.jqassistant.plugin:xml:jar:1.2-RC1'

Download

Click the following link to download the jar file.

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



Related Tutorials