is not current version
Last Version 1.0.4

com.github.sisyphsu:retree 1.0.2

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

GroupId

GroupId

com.github.sisyphsu
ArtifactId

ArtifactId

retree
Version

Version

1.0.2
Type

Type

jar

Download retree 1.0.2


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