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
文件下载
文件名 操作
reb4j-3.0.0.jar 下载
reb4j-3.0.0.pom 下载
reb4j-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.reggert</groupId>
  <artifactId>reb4j</artifactId>
  <version>3.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.github.reggert:reb4j:3.0.0'
Gradle Kotlin
implementation("io.github.reggert:reb4j:3.0.0")
Scala SBT
libraryDependencies += "io.github.reggert" % "reb4j" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.reggert', module='reb4j', version='3.0.0')
)
Apache Ivy
<dependency org="io.github.reggert" name="reb4j" rev="3.0.0" />
Leiningen
[io.github.reggert/reb4j "3.0.0"]
Apache Buildr
'io.github.reggert:reb4j:jar:3.0.0'