License |
License |
---|---|
GroupId | GroupIdcom.github.takawitter |
ArtifactId | ArtifactIdtrie4j |
Version | Version0.9.8 |
Type | Typejar |
Description |
DescriptionTrie4J
Various TRIE implementation including DoubleArray and LOUDS by Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
trie4j-0.9.8.pom | |
trie4j-0.9.8.jar | 271 KB |
trie4j-0.9.8-sources.jar | 158 KB |
trie4j-0.9.8-javadoc.jar | 751 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.takawitter/trie4j/ -->
<dependency>
<groupId>com.github.takawitter</groupId>
<artifactId>trie4j</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.takawitter/trie4j/
implementation 'com.github.takawitter:trie4j:0.9.8'
// https://jarcasting.com/artifacts/com.github.takawitter/trie4j/
implementation ("com.github.takawitter:trie4j:0.9.8")
'com.github.takawitter:trie4j:jar:0.9.8'
<dependency org="com.github.takawitter" name="trie4j" rev="0.9.8">
<artifact name="trie4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.takawitter', module='trie4j', version='0.9.8')
)
libraryDependencies += "com.github.takawitter" % "trie4j" % "0.9.8"
[com.github.takawitter/trie4j "0.9.8"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |