Download trie4j-0.9.1.jar file - Jar t

Jar examples for t:trie4j

Description

Various TRIE implementation including DoubleArray and LOUDS by Java.

You can download jar file trie4j 0.9.1 in this page.

License

the Apache License, Version 2.0

Build File

You can use the following script to add trie4j-0.9.1.jar to your project.

<dependency>
   <groupId>com.github.takawitter</groupId>
   <artifactId>trie4j</artifactId>
   <version>0.9.1</version>
</dependency>
compile group: 'com.github.takawitter', name: 'trie4j', version: '0.9.1'
libraryDependencies += "com.github.takawitter" % "trie4j" % "0.9.1"
<dependency org="com.github.takawitter" name="trie4j" rev="0.9.1"/>
@Grapes(@Grab(group='com.github.takawitter', module='trie4j', version='0.9.1'))
'com.github.takawitter:trie4j:jar:0.9.1'

Download

Click the following link to download the jar file.

trie4j-0.9.1-javadoc.jar
trie4j-0.9.1-sources.jar
trie4j-0.9.1.jar
trie4j-0.9.1.pom



Related Tutorials