License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.nefariouszhen.trie |
ArtifactId | ArtifactIdscala-burst-trie_2.9.3 |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionScala Burst Trie
Scala implementation of a Burst Trie
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scala-burst-trie_2.9.3-0.1.pom | |
scala-burst-trie_2.9.3-0.1.jar | 48 KB |
scala-burst-trie_2.9.3-0.1-sources.jar | 2 KB |
scala-burst-trie_2.9.3-0.1-javadoc.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nefariouszhen.trie/scala-burst-trie_2.9.3/ -->
<dependency>
<groupId>com.nefariouszhen.trie</groupId>
<artifactId>scala-burst-trie_2.9.3</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nefariouszhen.trie/scala-burst-trie_2.9.3/
implementation 'com.nefariouszhen.trie:scala-burst-trie_2.9.3:0.1'
// https://jarcasting.com/artifacts/com.nefariouszhen.trie/scala-burst-trie_2.9.3/
implementation ("com.nefariouszhen.trie:scala-burst-trie_2.9.3:0.1")
'com.nefariouszhen.trie:scala-burst-trie_2.9.3:jar:0.1'
<dependency org="com.nefariouszhen.trie" name="scala-burst-trie_2.9.3" rev="0.1">
<artifact name="scala-burst-trie_2.9.3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nefariouszhen.trie', module='scala-burst-trie_2.9.3', version='0.1')
)
libraryDependencies += "com.nefariouszhen.trie" % "scala-burst-trie_2.9.3" % "0.1"
[com.nefariouszhen.trie/scala-burst-trie_2.9.3 "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.3 |