Download chronicle-2.0.2.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 2.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

chronicle-2.0.2-javadoc.jar
chronicle-2.0.2-sources.jar
chronicle-2.0.2.jar
chronicle-2.0.2.pom



Related Tutorials