is not current version
Last Version 0.3.0

com.github.penemue:keap 0.2.2

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

GroupId

GroupId

com.github.penemue
ArtifactId

ArtifactId

keap
Version

Version

0.2.2
Type

Type

jar

Download keap 0.2.2


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