c

chronicle-algorithms

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