MVN

com.fulmicoton : multiregexp

Maven & Gradle

Apr 07, 2016
4 usages
70 stars

MultiRegexp · Library to search/match/tokenize using many regular expression all at once with greater performance.

<dependency>
    <groupId>com.fulmicoton</groupId>
    <artifactId>multiregexp</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fulmicoton : multiregexp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of com.fulmicoton : multiregexp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
multiregexp-0.5
0.5.x
multiregexp-0.5.1
0.3
multiregexp-0.3

How to add a dependency to Maven

Add the following com.fulmicoton : multiregexp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fulmicoton</groupId>
    <artifactId>multiregexp</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fulmicoton : multiregexp gradle dependency to your build.gradle file:

implementation 'com.fulmicoton:multiregexp:0.5'

Gradle Kotlin DSL: Add the following com.fulmicoton : multiregexp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fulmicoton:multiregexp:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fulmicoton : multiregexp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fulmicoton" % "multiregexp" % "0.5"

Advertisement

Dependencies from Group

Apr 07, 2016
4 usages
70 stars

Discover Dependencies

Jun 20, 2018
2 usages
1 stars
Jul 29, 2023
12 usages
925 stars
Aug 23, 2023
125 usages
31.4k stars
Aug 04, 2023
10 usages
725 stars
Dec 23, 2021
9 usages
187 stars
May 28, 2023
9 usages
1 stars
Mar 23, 2020
2 usages
36 stars