c

chronicle-network

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