c

chronicle-algorithms

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