is not current version
Last Version 2.1.0

net.sourceforge.reb4j:reb4j 1.1.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

1.1.0
Type

Type

pom

Download reb4j 1.1.0

Filename Size
reb4j-1.1.0.pom 7 KB
Browse

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