Download regexodus-0.1.7.jar file - Jar r

Jar examples for r:regexodus

Description

A modern fork of jregex meant to increase compatibility with Java variants like GWT.

You can download jar file regexodus 0.1.7 in this page.

License

BSD License

Build File

You can use the following script to add regexodus-0.1.7.jar to your project.

<dependency>
   <groupId>com.github.tommyettinger</groupId>
   <artifactId>regexodus</artifactId>
   <version>0.1.7</version>
</dependency>
compile group: 'com.github.tommyettinger', name: 'regexodus', version: '0.1.7'
libraryDependencies += "com.github.tommyettinger" % "regexodus" % "0.1.7"
<dependency org="com.github.tommyettinger" name="regexodus" rev="0.1.7"/>
@Grapes(@Grab(group='com.github.tommyettinger', module='regexodus', version='0.1.7'))
'com.github.tommyettinger:regexodus:jar:0.1.7'

Download

Click the following link to download the jar file.

regexodus-0.1.7-javadoc.jar
regexodus-0.1.7-sources.jar
regexodus-0.1.7.jar
regexodus-0.1.7.pom



Related Tutorials