scalaTrie

Trie data structure for Scala.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

io.github.mattjp
ArtifactId

ArtifactId

scalatrie_2.13
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

scalaTrie
Trie data structure for Scala.
Project URL

Project URL

https://github.com/mattjp/scala-trie
Project Organization

Project Organization

mattjp
Source Code Management

Source Code Management

https://github.com/mattjp/scala-trie

Download scalatrie_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.mattjp/scalatrie_2.13/ -->
<dependency>
    <groupId>io.github.mattjp</groupId>
    <artifactId>scalatrie_2.13</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mattjp/scalatrie_2.13/
implementation 'io.github.mattjp:scalatrie_2.13:1.0.1'
// https://jarcasting.com/artifacts/io.github.mattjp/scalatrie_2.13/
implementation ("io.github.mattjp:scalatrie_2.13:1.0.1")
'io.github.mattjp:scalatrie_2.13:jar:1.0.1'
<dependency org="io.github.mattjp" name="scalatrie_2.13" rev="1.0.1">
  <artifact name="scalatrie_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mattjp', module='scalatrie_2.13', version='1.0.1')
)
libraryDependencies += "io.github.mattjp" % "scalatrie_2.13" % "1.0.1"
[io.github.mattjp/scalatrie_2.13 "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.7

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.13 jar 3.2.9

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0
0.1.0