Download re2j-1.1.jar file - Jar r

Jar examples for r:re2j

Description

Linear time regular expressions for Java

You can download jar file re2j 1.1 in this page.

License

The Go license

Build File

You can use the following script to add re2j-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

re2j-1.1-javadoc.jar
re2j-1.1-sources.jar
re2j-1.1.jar
re2j-1.1.pom



Related Tutorials