Download multiregexp-0.5.1.jar file - Jar m

Jar examples for m:multiregexp

Description

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

You can download jar file multiregexp 0.5.1 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add multiregexp-0.5.1.jar to your project.

<dependency>
   <groupId>com.fulmicoton</groupId>
   <artifactId>multiregexp</artifactId>
   <version>0.5.1</version>
</dependency>
compile group: 'com.fulmicoton', name: 'multiregexp', version: '0.5.1'
libraryDependencies += "com.fulmicoton" % "multiregexp" % "0.5.1"
<dependency org="com.fulmicoton" name="multiregexp" rev="0.5.1"/>
@Grapes(@Grab(group='com.fulmicoton', module='multiregexp', version='0.5.1'))
'com.fulmicoton:multiregexp:jar:0.5.1'

Download

Click the following link to download the jar file.

multiregexp-0.5.1-javadoc.jar
multiregexp-0.5.1-sources.jar
multiregexp-0.5.1.jar
multiregexp-0.5.1.pom



Related Tutorials