is not current version
Last Version 2.0.0

info.codesaway:regexplus 1.1.0

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

GroupId

GroupId

info.codesaway
ArtifactId

ArtifactId

regexplus
Version

Version

1.1.0
Type

Type

jar

Download regexplus 1.1.0


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