License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.reb4j |
ArtifactId | ArtifactIdreb4j |
Version | Version2.1.0 |
Type | Typepom |
Description |
DescriptionRegular 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 |
Source Code Management |
Source Code Management |
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"]