c

chronicle-algorithms

Chronicle-Algorithms
Files download
File Operation
chronicle-algorithms-2.17.0.jar download
chronicle-algorithms-2.17.0.pom download
chronicle-algorithms-2.17.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.openhft</groupId>
  <artifactId>chronicle-algorithms</artifactId>
  <version>2.17.0</version>
</dependency>
Gradle Groovy
implementation 'net.openhft:chronicle-algorithms:2.17.0'
Gradle Kotlin
implementation("net.openhft:chronicle-algorithms:2.17.0")
Scala SBT
libraryDependencies += "net.openhft" % "chronicle-algorithms" % "2.17.0"
Groovy Grape
@Grapes(
  @Grab(group='net.openhft', module='chronicle-algorithms', version='2.17.0')
)
Apache Ivy
<dependency org="net.openhft" name="chronicle-algorithms" rev="2.17.0" />
Leiningen
[net.openhft/chronicle-algorithms "2.17.0"]
Apache Buildr
'net.openhft:chronicle-algorithms:jar:2.17.0'