is not current version
Last Version 0.1.13

com.github.tommyettinger:regexodus 0.1.11

A modern fork of jregex meant to increase compatibility with Java variants like GWT.

Categories

Categories

Xodus Data Databases
GroupId

GroupId

com.github.tommyettinger
ArtifactId

ArtifactId

regexodus
Version

Version

0.1.11
Type

Type

jar

Download regexodus 0.1.11


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