MVN

net.sourceforge.reb4j : reb4j

Maven & Gradle

Feb 03, 2013
10 stars

Regular Expression Builder for Java · 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.

<dependency>
    <groupId>net.sourceforge.reb4j</groupId>
    <artifactId>reb4j</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.reb4j : reb4j to add to Maven - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of net.sourceforge.reb4j : reb4j to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
reb4j-2.1.0
2.0.x
reb4j-2.0.0
1.1.x
reb4j-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sourceforge.reb4j</groupId>
    <artifactId>reb4j</artifactId>
    <version>2.1.0</version>
</dependency>

Advertisement