marianobarrios / dregex   0.7.0

BSD 2-clause "Simplified" License GitHub

dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offers set operations.

Scala versions: 2.13 2.12 2.11 2.10

dregex 0.2.0


Group ID:
com.github.marianobarrios
Artifact ID:
dregex_2.11
Version:
0.2.0
Release Date:
Apr 2, 2015
Licenses:
Files:

libraryDependencies += "com.github.marianobarrios" %% "dregex" % "0.2.0"

Mill build tool

ivy"com.github.marianobarrios::dregex:0.2.0"

Scala CLI

//> using dep "com.github.marianobarrios::dregex:0.2.0"

Ammonite REPL

import $ivy.`com.github.marianobarrios::dregex:0.2.0`

<dependency>
  <groupId>com.github.marianobarrios</groupId>
  <artifactId>dregex_2.11</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.github.marianobarrios', name: 'dregex_2.11', version: '0.2.0'