r

regexodus

A modern fork of jregex meant to increase compatibility with Java variants like GWT.
https://github.com/tommyettinger/RegExodus
BSD License
Tommy Ettinger
Files download
File Operation
regexodus-0.1.15.jar download
regexodus-0.1.15.pom download
regexodus-0.1.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tommyettinger</groupId>
  <artifactId>regexodus</artifactId>
  <version>0.1.15</version>
</dependency>
Gradle Groovy
implementation 'com.github.tommyettinger:regexodus:0.1.15'
Gradle Kotlin
implementation("com.github.tommyettinger:regexodus:0.1.15")
Scala SBT
libraryDependencies += "com.github.tommyettinger" % "regexodus" % "0.1.15"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tommyettinger', module='regexodus', version='0.1.15')
)
Apache Ivy
<dependency org="com.github.tommyettinger" name="regexodus" rev="0.1.15" />
Leiningen
[com.github.tommyettinger/regexodus "0.1.15"]
Apache Buildr
'com.github.tommyettinger:regexodus:jar:0.1.15'
Dependencies