is not current version
Last Version 0.9.8

com.github.takawitter:trie4j 0.9.7

Various TRIE implementation including DoubleArray and LOUDS by Java.

GroupId

GroupId

com.github.takawitter
ArtifactId

ArtifactId

trie4j
Version

Version

0.9.7
Type

Type

jar

Download trie4j 0.9.7


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