is not current version
Last Version 0.9.8

com.github.takawitter:trie4j 0.9.5

Various TRIE implementation including DoubleArray and LOUDS by Java.

GroupId

GroupId

com.github.takawitter
ArtifactId

ArtifactId

trie4j
Version

Version

0.9.5
Type

Type

jar

Download trie4j 0.9.5


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