is not current version
Last Version 1.0.3

com.github.michael-rapp:tries 1.0.1

A Java implementations of different Tries (prefix trees). These are ordered tree data structures commonly used for efficient string searches.

GroupId

GroupId

com.github.michael-rapp
ArtifactId

ArtifactId

tries
Version

Version

1.0.1
Type

Type

jar

Download tries 1.0.1


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