Download chronicle-3.3.4.jar file - Jar c

Jar examples for c:chronicle

Description

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

You can download jar file chronicle 3.3.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add chronicle-3.3.4.jar to your project.

<dependency>
   <groupId>net.openhft</groupId>
   <artifactId>chronicle</artifactId>
   <version>3.3.4</version>
</dependency>
compile group: 'net.openhft', name: 'chronicle', version: '3.3.4'
libraryDependencies += "net.openhft" % "chronicle" % "3.3.4"
<dependency org="net.openhft" name="chronicle" rev="3.3.4"/>
@Grapes(@Grab(group='net.openhft', module='chronicle', version='3.3.4'))
'net.openhft:chronicle:jar:3.3.4'

Download

Click the following link to download the jar file.

chronicle-3.3.4-javadoc.jar
chronicle-3.3.4-sources.jar
chronicle-3.3.4.jar
chronicle-3.3.4.pom



Related Tutorials