Download affinity-3.0.1.jar file - Jar a

Jar examples for a:affinity

Description

Thread Affinity library for Java

You can download jar file affinity 3.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add affinity-3.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

affinity-3.0.1-javadoc.jar
affinity-3.0.1-sources.jar
affinity-3.0.1.jar
affinity-3.0.1.pom



Related Tutorials