c

chronicle-algorithms

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