is not current version
Last Version 1.1.9

com.github.florianingerl.util:regex 1.1.8

This is a Regular Expressions library for Java. Compared to java.util.regex, it supports Recursive and Conditional Regular Expressions, Capture Trees and Plugins.

GroupId

GroupId

com.github.florianingerl.util
ArtifactId

ArtifactId

regex
Version

Version

1.1.8
Type

Type

jar

Download regex 1.1.8


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