Files download
File Operation
datastructures-trie-5.0.6.jar download
datastructures-trie-5.0.6.pom download
datastructures-trie-5.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xbib</groupId>
  <artifactId>datastructures-trie</artifactId>
  <version>5.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.xbib:datastructures-trie:5.0.6'
Gradle Kotlin
implementation("org.xbib:datastructures-trie:5.0.6")
Scala SBT
libraryDependencies += "org.xbib" % "datastructures-trie" % "5.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.xbib', module='datastructures-trie', version='5.0.6')
)
Apache Ivy
<dependency org="org.xbib" name="datastructures-trie" rev="5.0.6" />
Leiningen
[org.xbib/datastructures-trie "5.0.6"]
Apache Buildr
'org.xbib:datastructures-trie:jar:5.0.6'
Dependencies
The project has no third-party dependencies