is not current version
Last Version 3.6.4

net.openhft:chronicle 2.0

Java library for persisted low latency messaging (Java 6+)

Categories

Categories

Net
GroupId

GroupId

net.openhft
ArtifactId

ArtifactId

chronicle
Version

Version

2.0
Type

Type

jar

Download chronicle 2.0


<!-- https://jarcasting.com/artifacts/net.openhft/chronicle/ -->
<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>chronicle</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/chronicle/
implementation 'net.openhft:chronicle:2.0'
// https://jarcasting.com/artifacts/net.openhft/chronicle/
implementation ("net.openhft:chronicle:2.0")
'net.openhft:chronicle:jar:2.0'
<dependency org="net.openhft" name="chronicle" rev="2.0">
  <artifact name="chronicle" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='chronicle', version='2.0')
)
libraryDependencies += "net.openhft" % "chronicle" % "2.0"
[net.openhft/chronicle "2.0"]