Files download
File Operation
trie-0.1.jar download
trie-0.1.pom download
trie-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>ml.rugal</groupId>
  <artifactId>trie</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'ml.rugal:trie:0.1'
Gradle Kotlin
implementation("ml.rugal:trie:0.1")
Scala SBT
libraryDependencies += "ml.rugal" % "trie" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='ml.rugal', module='trie', version='0.1')
)
Apache Ivy
<dependency org="ml.rugal" name="trie" rev="0.1" />
Leiningen
[ml.rugal/trie "0.1"]
Apache Buildr
'ml.rugal:trie:jar:0.1'
Dependencies