Download regexparser-0.0.3.jar file - Jar r

Jar examples for r:regexparser

Description

A Parser for regular expressions

You can download jar file regexparser 0.0.3 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE (LGPL)

Build File

You can use the following script to add regexparser-0.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

regexparser-0.0.3-javadoc.jar
regexparser-0.0.3-sources.jar
regexparser-0.0.3.jar
regexparser-0.0.3.pom



Related Tutorials