Last Version

RegExPlus 2.0.0

Extends Java's regular expression syntax by adding support for additional Perl and .NET syntax.

License

License

GroupId

GroupId

info.codesaway
ArtifactId

ArtifactId

regexplus
Version

Version

2.0.0
Type

Type

jar
Description

Description

RegExPlus
Extends Java's regular expression syntax by adding support for additional Perl and .NET syntax.
Project URL

Project URL

https://github.com/CodesAway/RegExPlus
Source Code Management

Source Code Management

http://github.com/CodesAway/RegExPlus/tree/master

Download regexplus 2.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.spotbugs : spotbugs-annotations Optional jar 4.0.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.13
org.assertj : assertj-core jar 3.16.1

Project Modules

There are no modules declared in this project.