MVN

com.github.almondtools : rexlex

Maven & Gradle

Jan 04, 2019
9 stars

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

<dependency>
    <groupId>com.github.almondtools</groupId>
    <artifactId>rexlex</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.almondtools : rexlex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of com.github.almondtools : rexlex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
rexlex-0.3.2
rexlex-0.3.1
rexlex-0.3.0
0.2.x
rexlex-0.2.13
rexlex-0.2.12
rexlex-0.2.11
rexlex-0.2.10
rexlex-0.2.9
rexlex-0.2.8
rexlex-0.2.7
rexlex-0.2.6
rexlex-0.2.5
rexlex-0.2.4
rexlex-0.2.3
rexlex-0.2.2
rexlex-0.2.1
rexlex-0.2.0
0.1.x
rexlex-0.1.1

How to add a dependency to Maven

Add the following com.github.almondtools : rexlex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.almondtools</groupId>
    <artifactId>rexlex</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.almondtools : rexlex gradle dependency to your build.gradle file:

implementation 'com.github.almondtools:rexlex:0.3.2'

Gradle Kotlin DSL: Add the following com.github.almondtools : rexlex gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.almondtools:rexlex:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.almondtools : rexlex sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.almondtools" % "rexlex" % "0.3.2"

Advertisement

Dependencies from Group

Oct 14, 2017
9 usages
1 stars
May 13, 2015
7 usages
4 stars
Aug 23, 2016
1 usages
40 stars
Jun 13, 2016
1 usages
8 stars
Jan 04, 2019
9 stars

Discover Dependencies

Nov 02, 2015
1 usages
0 stars
Nov 02, 2015
0 stars
Jul 21, 2021
0 stars
Aug 05, 2019
14 stars
Mar 27, 2016
17 stars
Mar 27, 2016
17 stars
Mar 27, 2016
17 stars
May 31, 2022
817 stars