| License |
License |
|---|---|
| Categories |
CategoriesXodus Data Databases |
| GroupId | GroupIdcom.github.tommyettinger |
| ArtifactId | ArtifactIdregexodus |
| Last Version | Last Version0.1.13 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRegExodus
A modern fork of jregex meant to increase compatibility with Java variants like GWT.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| regexodus-0.1.13.pom | |
| regexodus-0.1.13.jar | 129 KB |
| regexodus-0.1.13-sources.jar | 100 KB |
| regexodus-0.1.13-javadoc.jar | 375 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/regexodus/ -->
<dependency>
<groupId>com.github.tommyettinger</groupId>
<artifactId>regexodus</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/regexodus/
implementation 'com.github.tommyettinger:regexodus:0.1.13'
// https://jarcasting.com/artifacts/com.github.tommyettinger/regexodus/
implementation ("com.github.tommyettinger:regexodus:0.1.13")
'com.github.tommyettinger:regexodus:jar:0.1.13'
<dependency org="com.github.tommyettinger" name="regexodus" rev="0.1.13">
<artifact name="regexodus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='regexodus', version='0.1.13')
)
libraryDependencies += "com.github.tommyettinger" % "regexodus" % "0.1.13"
[com.github.tommyettinger/regexodus "0.1.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |