d

ds-heaps

Providing easy to use heap data structures for java projects
https://gitlab.com/lotus4/ds/heaps
The Apache License, Version 2.0
Lotus
Amila Banuka
Files download
File Operation
ds-heaps-1.1.1.jar download
ds-heaps-1.1.1.pom download
ds-heaps-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gitlab.lotus4</groupId>
  <artifactId>ds-heaps</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.gitlab.lotus4:ds-heaps:1.1.1'
Gradle Kotlin
implementation("io.gitlab.lotus4:ds-heaps:1.1.1")
Scala SBT
libraryDependencies += "io.gitlab.lotus4" % "ds-heaps" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.gitlab.lotus4', module='ds-heaps', version='1.1.1')
)
Apache Ivy
<dependency org="io.gitlab.lotus4" name="ds-heaps" rev="1.1.1" />
Leiningen
[io.gitlab.lotus4/ds-heaps "1.1.1"]
Apache Buildr
'io.gitlab.lotus4:ds-heaps:jar:1.1.1'