Last Version

com.github.almondtools:rexlex 0.3.2

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

License

License

GroupId

GroupId

com.github.almondtools
ArtifactId

ArtifactId

rexlex
Version

Version

0.3.2
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 0.3.2


<!-- 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.