is not current version
Last Version 0.3.2

com.github.almondtools:rexlex 0.2.6

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

GroupId

GroupId

com.github.almondtools
ArtifactId

ArtifactId

rexlex
Version

Version

0.2.6
Type

Type

jar

Download rexlex 0.2.6


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