Download named-regexp-0.2.5.jar file - Jar n

Jar examples for n:named-regexp

Description

Named capturing groups for Java 5/6

You can download jar file named-regexp 0.2.5 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add named-regexp-0.2.5.jar to your project.

<dependency>
   <groupId>com.github.tony19</groupId>
   <artifactId>named-regexp</artifactId>
   <version>0.2.5</version>
</dependency>
compile group: 'com.github.tony19', name: 'named-regexp', version: '0.2.5'
libraryDependencies += "com.github.tony19" % "named-regexp" % "0.2.5"
<dependency org="com.github.tony19" name="named-regexp" rev="0.2.5"/>
@Grapes(@Grab(group='com.github.tony19', module='named-regexp', version='0.2.5'))
'com.github.tony19:named-regexp:jar:0.2.5'

Download

Click the following link to download the jar file.

named-regexp-0.2.5-javadoc.jar
named-regexp-0.2.5-sources.jar
named-regexp-0.2.5.jar
named-regexp-0.2.5.pom



Related Tutorials