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