Download nanoxml-2.2.3.jar file - Jar n

Jar examples for n:nanoxml

Description

The standard parser for Java.

You can download jar file nanoxml 2.2.3 in this page.

License

The zlib/libpng License

Build File

You can use the following script to add nanoxml-2.2.3.jar to your project.

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

Download

Click the following link to download the jar file.

nanoxml-2.2.3.jar
nanoxml-2.2.3.pom



Related Tutorials