retree

Merge multiple regexs as one regex-tree, which support quickly and concurrently regex matching.

License

License

GroupId

GroupId

com.github.sisyphsu
ArtifactId

ArtifactId

retree
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

retree
Merge multiple regexs as one regex-tree, which support quickly and concurrently regex matching.
Project URL

Project URL

https://github.com/sisyphsu/retree-java

Download retree

How to add to project

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

Dependencies

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.1
org.junit.jupiter : junit-jupiter-engine jar 5.5.1
org.openjdk.jmh : jmh-core jar 1.21
org.openjdk.jmh : jmh-generator-annprocess jar 1.21

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0