Last Version

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.reb4j
ArtifactId

ArtifactId

reb4j
Version

Version

2.1.0
Type

Type

pom
Description

Description

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.
Project Organization

Project Organization

Richard W. Eggert II
Source Code Management

Source Code Management

https://github.com/reggert/reb4j

Download reb4j 2.1.0

Filename Size
reb4j-2.1.0.pom 8 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • net.sourceforge.reb4j
  • net.sourceforge.reb4j.scala