Last Version

io.github.sanilborkar:ternary-search-tree 1.0

This is a simple library containing an implementation of a ternary search tree in Java.

License

License

Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

io.github.sanilborkar
ArtifactId

ArtifactId

ternary-search-tree
Version

Version

1.0
Type

Type

jar
Description

Description

io.github.sanilborkar:ternary-search-tree
This is a simple library containing an implementation of a ternary search tree in Java.
Project URL

Project URL

https://github.com/sanilborkar/ternary-search-tree
Source Code Management

Source Code Management

https://github.com/sanilborkar/ternary-search-tree/tree/master

Download ternary-search-tree 1.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 28.2-jre

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.1
org.junit.jupiter : junit-jupiter-engine jar 5.6.1

Project Modules

There are no modules declared in this project.