is not current version
Last Version 0.5.1

com.fulmicoton:multiregexp 0.3

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

GroupId

GroupId

com.fulmicoton
ArtifactId

ArtifactId

multiregexp
Version

Version

0.3
Type

Type

jar

Download multiregexp 0.3


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