c

chronicle-bytes

Chronicle-Bytes
文件下载
文件名 操作
chronicle-bytes-2.26ea0.jar 下载
chronicle-bytes-2.26ea0.pom 下载
chronicle-bytes-2.26ea0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.openhft</groupId>
  <artifactId>chronicle-bytes</artifactId>
  <version>2.26ea0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'net.openhft:chronicle-bytes:2.26ea0'
Gradle Kotlin
implementation("net.openhft:chronicle-bytes:2.26ea0")
Scala SBT
libraryDependencies += "net.openhft" % "chronicle-bytes" % "2.26ea0"
Groovy Grape
@Grapes(
  @Grab(group='net.openhft', module='chronicle-bytes', version='2.26ea0')
)
Apache Ivy
<dependency org="net.openhft" name="chronicle-bytes" rev="2.26ea0" />
Leiningen
[net.openhft/chronicle-bytes "2.26ea0"]
Apache Buildr
'net.openhft:chronicle-bytes:jar:2.26ea0'