Download neogrex-1.0.0.jar file - Jar n

Jar examples for n:neogrex

Description

A simple tool to turn regular expression into a reusable graph.

You can download jar file neogrex 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add neogrex-1.0.0.jar to your project.

<dependency>
   <groupId>net.ericaro</groupId>
   <artifactId>neogrex</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'net.ericaro', name: 'neogrex', version: '1.0.0'
libraryDependencies += "net.ericaro" % "neogrex" % "1.0.0"
<dependency org="net.ericaro" name="neogrex" rev="1.0.0"/>
@Grapes(@Grab(group='net.ericaro', module='neogrex', version='1.0.0'))
'net.ericaro:neogrex:jar:1.0.0'

Download

Click the following link to download the jar file.

neogrex-1.0.0-javadoc.jar
neogrex-1.0.0-sources.jar
neogrex-1.0.0.jar
neogrex-1.0.0.pom



Related Tutorials