Download menta-regex-0.9.5.jar file - Jar m

Jar examples for m:menta-regex

Description

Perl-like regular expressions support for Java.

You can download jar file menta-regex 0.9.5 in this page.

License

GNU Lesser General Public License (LGPL), Version 2.1

Build File

You can use the following script to add menta-regex-0.9.5.jar to your project.

<dependency>
   <groupId>me.soliveirajr</groupId>
   <artifactId>menta-regex</artifactId>
   <version>0.9.5</version>
</dependency>
compile group: 'me.soliveirajr', name: 'menta-regex', version: '0.9.5'
libraryDependencies += "me.soliveirajr" % "menta-regex" % "0.9.5"
<dependency org="me.soliveirajr" name="menta-regex" rev="0.9.5"/>
@Grapes(@Grab(group='me.soliveirajr', module='menta-regex', version='0.9.5'))
'me.soliveirajr:menta-regex:jar:0.9.5'

Download

Click the following link to download the jar file.

menta-regex-0.9.5-javadoc.jar
menta-regex-0.9.5-sources.jar
menta-regex-0.9.5.jar
menta-regex-0.9.5.pom



Related Tutorials