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.
dregex 0.3.0
Group ID:
     com.github.marianobarrios 
  Artifact ID:
     dregex_2.11 
  Version:
     0.3.0 
  Release Date:
     Apr 10, 2016 
  Licenses:
    
  Files:
    
  Full Scala Version:
     2.11.5 
  Developers:
    
  libraryDependencies += "com.github.marianobarrios" %% "dregex" % "0.3.0"
ivy"com.github.marianobarrios::dregex:0.3.0"
//> using dep "com.github.marianobarrios::dregex:0.3.0"
import $ivy.`com.github.marianobarrios::dregex:0.3.0`
<dependency> <groupId>com.github.marianobarrios</groupId> <artifactId>dregex_2.11</artifactId> <version>0.3.0</version> </dependency>
compile group: 'com.github.marianobarrios', name: 'dregex_2.11', version: '0.3.0'