License |
License |
---|---|
GroupId | GroupIdcom.github.michael-rapp |
ArtifactId | ArtifactIdtries |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionTries
A Java implementations of different Tries (prefix trees). These are ordered tree data structures commonly used for efficient string searches.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tries-1.0.3.pom | |
tries-1.0.3.jar | 141 KB |
tries-1.0.3-sources.jar | 83 KB |
tries-1.0.3-javadoc.jar | 253 KB |
Browse |
<!-- 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"]
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) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.0,5.0) |
org.mockito : mockito-core | jar | [3.0.0,3.1.0) |