com.github.almondtools:relex

A framework for regular expression matchers, searcher, lexers based on deterministic finite automata

License

License

GroupId

GroupId

com.github.almondtools
ArtifactId

ArtifactId

relex
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.almondtools:relex
A framework for regular expression matchers, searcher, lexers based on deterministic finite automata
Project URL

Project URL

https://github.com/almondtools/relex

Download relex

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.almondtools/relex/ -->
<dependency>
    <groupId>com.github.almondtools</groupId>
    <artifactId>relex</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almondtools/relex/
implementation 'com.github.almondtools:relex:0.1.0'
// https://jarcasting.com/artifacts/com.github.almondtools/relex/
implementation ("com.github.almondtools:relex:0.1.0")
'com.github.almondtools:relex:jar:0.1.0'
<dependency org="com.github.almondtools" name="relex" rev="0.1.0">
  <artifact name="relex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almondtools', module='relex', version='0.1.0')
)
libraryDependencies += "com.github.almondtools" % "relex" % "0.1.0"
[com.github.almondtools/relex "0.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.almondtools : picklock jar 0.2.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0