Download aeron-driver-1.10.1.jar file - Jar a

Jar examples for a:aeron-driver

Description

Efficient reliable UDP unicast, UDP multicast, and IPC transport protocol.

You can download jar file aeron-driver 1.10.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add aeron-driver-1.10.1.jar to your project.

<dependency>
   <groupId>io.aeron</groupId>
   <artifactId>aeron-driver</artifactId>
   <version>1.10.1</version>
</dependency>
compile group: 'io.aeron', name: 'aeron-driver', version: '1.10.1'
libraryDependencies += "io.aeron" % "aeron-driver" % "1.10.1"
<dependency org="io.aeron" name="aeron-driver" rev="1.10.1"/>
@Grapes(@Grab(group='io.aeron', module='aeron-driver', version='1.10.1'))
'io.aeron:aeron-driver:jar:1.10.1'

Download

Click the following link to download the jar file.

aeron-driver-1.10.1-javadoc.jar
aeron-driver-1.10.1-sources.jar
aeron-driver-1.10.1.jar
aeron-driver-1.10.1.pom



Related Tutorials