Last Version

retree 1.0.4

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

License

License

GroupId

GroupId

com.github.sisyphsu
ArtifactId

ArtifactId

retree
Version

Version

1.0.4
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 1.0.4


<!-- 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.