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.7.jar download
jheaps-0.7.pom download
jheaps-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jheaps</groupId>
  <artifactId>jheaps</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'org.jheaps:jheaps:0.7'
Gradle Kotlin
implementation("org.jheaps:jheaps:0.7")
Scala SBT
libraryDependencies += "org.jheaps" % "jheaps" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.jheaps', module='jheaps', version='0.7')
)
Apache Ivy
<dependency org="org.jheaps" name="jheaps" rev="0.7" />
Leiningen
[org.jheaps/jheaps "0.7"]
Apache Buildr
'org.jheaps:jheaps:jar:0.7'
Dependencies