c

chronicle-network

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