Jar examples for n:net
The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking. This sub-project contains the Java implementation of reb4j.
You can download jar file net.sourceforge.reb4j 2.1.0 in this page.
GNU Lesser General Public License v3.0
You can use the following script to add net.sourceforge.reb4j-2.1.0.jar to your project.
<dependency> <groupId>net.sourceforge.reb4j</groupId> <artifactId>net.sourceforge.reb4j</artifactId> <version>2.1.0</version> </dependency>
compile group: 'net.sourceforge.reb4j', name: 'net.sourceforge.reb4j', version: '2.1.0'
libraryDependencies += "net.sourceforge.reb4j" % "net.sourceforge.reb4j" % "2.1.0"
<dependency org="net.sourceforge.reb4j" name="net.sourceforge.reb4j" rev="2.1.0"/>
@Grapes(@Grab(group='net.sourceforge.reb4j', module='net.sourceforge.reb4j', version='2.1.0'))
'net.sourceforge.reb4j:net.sourceforge.reb4j:jar:2.1.0'
Click the following link to download the jar file.
net.sourceforge.reb4j-2.1.0-javadoc.jar