Download surf-parser-0.1.0.jar file - Jar s

Jar examples for s:surf-parser

Description

Simple parser for the Simple URF (SURF) document format.

You can download jar file surf-parser 0.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add surf-parser-0.1.0.jar to your project.

<dependency>
   <groupId>io.urf</groupId>
   <artifactId>surf-parser</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'io.urf', name: 'surf-parser', version: '0.1.0'
libraryDependencies += "io.urf" % "surf-parser" % "0.1.0"
<dependency org="io.urf" name="surf-parser" rev="0.1.0"/>
@Grapes(@Grab(group='io.urf', module='surf-parser', version='0.1.0'))
'io.urf:surf-parser:jar:0.1.0'

Download

Click the following link to download the jar file.

surf-parser-0.1.0-javadoc.jar
surf-parser-0.1.0-sources.jar
surf-parser-0.1.0.jar
surf-parser-0.1.0.pom



Related Tutorials