is not current version
Last Version 1.1.9

com.github.florianingerl.util:regex 1.0.1

This is a Regular Expressions library. Compared to the Regular Expressions library shipped with the Java JDK, it supports Recursive and Condititional Regular Expressions and adopts the concept of Captures from .Net

GroupId

GroupId

com.github.florianingerl.util
ArtifactId

ArtifactId

regex
Version

Version

1.0.1
Type

Type

jar

Download regex 1.0.1


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