is not current version
Last Version 1.1.9

com.github.florianingerl.util:regex 1.0.3

This is a Regular Expressions library. Compared to the Regular Expressions library shipped with the Java JDK, it supports Recursive and Condititional Regular Expressions, adopts the concept of Captures from .Net and allows the user to install plugins into the regex engine.

GroupId

GroupId

com.github.florianingerl.util
ArtifactId

ArtifactId

regex
Version

Version

1.0.3
Type

Type

jar

Download regex 1.0.3


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