| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.ericaro |
| ArtifactId | ArtifactIdneogrex |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionneogrex
A simple tool to turn regular expression into a reusable graph.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| neogrex-1.0.0.pom | |
| neogrex-1.0.0.jar | 24 KB |
| neogrex-1.0.0-sources.jar | 17 KB |
| neogrex-1.0.0-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.ericaro/neogrex/ -->
<dependency>
<groupId>net.ericaro</groupId>
<artifactId>neogrex</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ericaro/neogrex/
implementation 'net.ericaro:neogrex:1.0.0'
// https://jarcasting.com/artifacts/net.ericaro/neogrex/
implementation ("net.ericaro:neogrex:1.0.0")
'net.ericaro:neogrex:jar:1.0.0'
<dependency org="net.ericaro" name="neogrex" rev="1.0.0">
<artifact name="neogrex" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ericaro', module='neogrex', version='1.0.0')
)
libraryDependencies += "net.ericaro" % "neogrex" % "1.0.0"
[net.ericaro/neogrex "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| net.sf.jung : jung-graph-impl | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.jung : jung-visualization | jar | 2.0.1 |
| net.sf.jung : jung-io | jar | 2.0.1 |