Jar examples for r:re2j
Linear time regular expressions for Java
You can download jar file re2j 1.1 in this page.
The Go license
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'
Click the following link to download the jar file.
re2j-1.1-javadoc.jar