j

jheaps

A free, production-ready, efficient Java library containing a collection of heap data-structures.
http://www.jheaps.org
Apache License, Version 2.0
Dimitrios Michail
Files download
File Operation
jheaps-0.11.jar download
jheaps-0.11.pom download
jheaps-0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jheaps</groupId>
  <artifactId>jheaps</artifactId>
  <version>0.11</version>
</dependency>
Gradle Groovy
implementation 'org.jheaps:jheaps:0.11'
Gradle Kotlin
implementation("org.jheaps:jheaps:0.11")
Scala SBT
libraryDependencies += "org.jheaps" % "jheaps" % "0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.jheaps', module='jheaps', version='0.11')
)
Apache Ivy
<dependency org="org.jheaps" name="jheaps" rev="0.11" />
Leiningen
[org.jheaps/jheaps "0.11"]
Apache Buildr
'org.jheaps:jheaps:jar:0.11'
Dependencies