Last Version

Tries 1.0.3

A Java implementations of different Tries (prefix trees). These are ordered tree data structures commonly used for efficient string searches.

License

License

GroupId

GroupId

com.github.michael-rapp
ArtifactId

ArtifactId

tries
Version

Version

1.0.3
Type

Type

jar
Description

Description

Tries
A Java implementations of different Tries (prefix trees). These are ordered tree data structures commonly used for efficient string searches.
Project URL

Project URL

https://github.com/michael-rapp/Tries
Source Code Management

Source Code Management

https://github.com/michael-rapp/Tries.git

Download tries 1.0.3


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.michael-rapp : java-util jar [2.4.0,2.5.0)
org.jetbrains : annotations jar [17.0,18.0)

test (2)

Group / Artifact Type Version
junit : junit jar [4.0,5.0)
org.mockito : mockito-core jar [3.0.0,3.1.0)

Project Modules

There are no modules declared in this project.