Last Version

Keap 0.3.0

Keap is a heap data structure presenting stable PriorityQueue and stable Keapsort sorting algorithm

License

License

The Apache Software License, Version 2.0
GroupId

GroupId

com.github.penemue
ArtifactId

ArtifactId

keap
Version

Version

0.3.0
Type

Type

jar
Description

Description

Keap
Keap is a heap data structure presenting stable PriorityQueue and stable Keapsort sorting algorithm
Project URL

Project URL

https://github.com/penemue/keap
Source Code Management

Source Code Management

https://github.com/penemue/keap

Download keap 0.3.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.10

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.