c

chronicle-algorithms

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