is not current version
Last Version 2.1.0

net.sourceforge.reb4j:reb4j 2.0.0

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.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.reb4j
ArtifactId

ArtifactId

reb4j
Version

Version

2.0.0
Type

Type

pom

Download reb4j 2.0.0

Filename Size
reb4j-2.0.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/net.sourceforge.reb4j/reb4j/ -->
<dependency>
    <groupId>net.sourceforge.reb4j</groupId>
    <artifactId>reb4j</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.reb4j/reb4j/
implementation 'net.sourceforge.reb4j:reb4j:2.0.0'
// https://jarcasting.com/artifacts/net.sourceforge.reb4j/reb4j/
implementation ("net.sourceforge.reb4j:reb4j:2.0.0")
'net.sourceforge.reb4j:reb4j:pom:2.0.0'
<dependency org="net.sourceforge.reb4j" name="reb4j" rev="2.0.0">
  <artifact name="reb4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.reb4j', module='reb4j', version='2.0.0')
)
libraryDependencies += "net.sourceforge.reb4j" % "reb4j" % "2.0.0"
[net.sourceforge.reb4j/reb4j "2.0.0"]