| License |
License |
|---|---|
| Categories |
CategoriesSearch Business Logic Libraries |
| GroupId | GroupIdio.github.sanilborkar |
| ArtifactId | ArtifactIdternary-search-tree |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.github.sanilborkar:ternary-search-tree
This is a simple library containing an implementation of a ternary search tree in Java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ternary-search-tree-1.0.pom | |
| ternary-search-tree-1.0.jar | 7 KB |
| ternary-search-tree-1.0-sources.jar | 5 KB |
| ternary-search-tree-1.0-javadoc.jar | 368 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.sanilborkar/ternary-search-tree/ -->
<dependency>
<groupId>io.github.sanilborkar</groupId>
<artifactId>ternary-search-tree</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sanilborkar/ternary-search-tree/
implementation 'io.github.sanilborkar:ternary-search-tree:1.0'
// https://jarcasting.com/artifacts/io.github.sanilborkar/ternary-search-tree/
implementation ("io.github.sanilborkar:ternary-search-tree:1.0")
'io.github.sanilborkar:ternary-search-tree:jar:1.0'
<dependency org="io.github.sanilborkar" name="ternary-search-tree" rev="1.0">
<artifact name="ternary-search-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sanilborkar', module='ternary-search-tree', version='1.0')
)
libraryDependencies += "io.github.sanilborkar" % "ternary-search-tree" % "1.0"
[io.github.sanilborkar/ternary-search-tree "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 28.2-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.1 |