com.github.almondtools:rexlex

Regular expression matchers, searcher, lexers based on deterministic finite automata

License

License

GroupId

GroupId

com.github.almondtools
ArtifactId

ArtifactId

rexlex
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.almondtools:rexlex
Regular expression matchers, searcher, lexers based on deterministic finite automata
Project URL

Project URL

https://github.com/almondtools/rexlex

Download rexlex

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
net.amygdalum : regexparser jar 0.2.3
net.amygdalum : compilerutils jar 0.2.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 2.23.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.2
0.3.1
0.3.0
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1