Jar examples for r:re2j
Linear time regular expressions for Java
You can download jar file re2j 1.0 in this page.
The Go license
You can use the following script to add re2j-1.0.jar to your project.
<dependency> <groupId>com.google.re2j</groupId> <artifactId>re2j</artifactId> <version>1.0</version> </dependency>
compile group: 'com.google.re2j', name: 're2j', version: '1.0'
libraryDependencies += "com.google.re2j" % "re2j" % "1.0"
<dependency org="com.google.re2j" name="re2j" rev="1.0"/>
@Grapes(@Grab(group='com.google.re2j', module='re2j', version='1.0'))
'com.google.re2j:re2j:jar:1.0'
Click the following link to download the jar file.
re2j-1.0-javadoc.jar