r

reb4j

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.
http://reggert.github.io/reb4j
GNU Lesser General Public License v3.0
Richard W. Eggert II
Richard W. Eggert II
Files download
File Operation
reb4j-3.2.0.jar download
reb4j-3.2.0.pom download
reb4j-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.reggert</groupId>
  <artifactId>reb4j</artifactId>
  <version>3.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.github.reggert:reb4j:3.2.0'
Gradle Kotlin
implementation("io.github.reggert:reb4j:3.2.0")
Scala SBT
libraryDependencies += "io.github.reggert" % "reb4j" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.reggert', module='reb4j', version='3.2.0')
)
Apache Ivy
<dependency org="io.github.reggert" name="reb4j" rev="3.2.0" />
Leiningen
[io.github.reggert/reb4j "3.2.0"]
Apache Buildr
'io.github.reggert:reb4j:jar:3.2.0'