is not current version
Last Version 0.14

org.jheaps:jheaps 0.13

A free, production-ready, efficient Java library containing a collection of heap data-structures.

GroupId

GroupId

org.jheaps
ArtifactId

ArtifactId

jheaps
Version

Version

0.13
Type

Type

jar

Download jheaps 0.13


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