MVN

com.github.florianingerl.util : regex

Maven & Gradle

Aug 29, 2019
1 usages
36 stars

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

<dependency>
    <groupId>com.github.florianingerl.util</groupId>
    <artifactId>regex</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.florianingerl.util : regex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of com.github.florianingerl.util : regex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
regex-1.1.9
regex-1.1.8
regex-1.1.7
regex-1.1.6
regex-1.1.5
regex-1.1.4
regex-1.1.3
regex-1.1.2
regex-1.1.1
1.0.x
regex-1.0.3
regex-1.0.2
regex-1.0.1
regex-1.0.0

How to add a dependency to Maven

Add the following com.github.florianingerl.util : regex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.florianingerl.util</groupId>
    <artifactId>regex</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.florianingerl.util : regex gradle dependency to your build.gradle file:

implementation 'com.github.florianingerl.util:regex:1.1.9'

Gradle Kotlin DSL: Add the following com.github.florianingerl.util : regex gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.florianingerl.util:regex:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.florianingerl.util : regex sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.florianingerl.util" % "regex" % "1.1.9"

Advertisement

Dependencies from Group

Aug 29, 2019
1 usages
36 stars

Discover Dependencies

Oct 24, 2017
40 stars
Oct 06, 2016
9 usages
18 stars
Aug 11, 2023
8 stars
Oct 13, 2019
1 usages
Jul 21, 2021
15 usages
2 stars
Jul 19, 2017
1 stars
Feb 04, 2017
51 stars
Oct 11, 2016
0 stars
Jan 03, 2021
1 usages