Download jregex-1.2_01.jar file - Jar j

Jar examples for j:jregex

Description

A Mavenized version of jregex built with a modern, no-warning compiler. I do not support jregex's codebase; this is a package for my convenience and for the convenience of others to remove some warnings that arise when using the current version of jregex available on Maven Central in an Android project.

You can download jar file jregex 1.2_01 in this page.

License

BSD License

Build File

You can use the following script to add jregex-1.2_01.jar to your project.

<dependency>
   <groupId>com.edropple.jregex</groupId>
   <artifactId>jregex</artifactId>
   <version>1.2_01</version>
</dependency>
compile group: 'com.edropple.jregex', name: 'jregex', version: '1.2_01'
libraryDependencies += "com.edropple.jregex" % "jregex" % "1.2_01"
<dependency org="com.edropple.jregex" name="jregex" rev="1.2_01"/>
@Grapes(@Grab(group='com.edropple.jregex', module='jregex', version='1.2_01'))
'com.edropple.jregex:jregex:jar:1.2_01'

Download

Click the following link to download the jar file.

jregex-1.2_01-javadoc.jar
jregex-1.2_01-sources.jar
jregex-1.2_01.jar
jregex-1.2_01.pom



Related Tutorials