MVN

io.aeron : aeron-system-tests

Maven & Gradle

Nov 25, 2019
7k stars

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

<dependency>
    <groupId>io.aeron</groupId>
    <artifactId>aeron-system-tests</artifactId>
    <version>1.24.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.aeron : aeron-system-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24.0

All Versions

Choose a version of io.aeron : aeron-system-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24.x
aeron-system-tests-1.24.0
1.23.x
aeron-system-tests-1.23.1
aeron-system-tests-1.23.0
1.22.x
aeron-system-tests-1.22.1
aeron-system-tests-1.22.0
1.21.x
aeron-system-tests-1.21.2
aeron-system-tests-1.21.1
aeron-system-tests-1.21.0
1.20.x
aeron-system-tests-1.20.0
1.19.x
aeron-system-tests-1.19.1
aeron-system-tests-1.19.0
1.18.x
aeron-system-tests-1.18.0
1.17.x
aeron-system-tests-1.17.0
1.16.x
aeron-system-tests-1.16.0
1.15.x
aeron-system-tests-1.15.3
aeron-system-tests-1.15.2
aeron-system-tests-1.15.1
aeron-system-tests-1.15.0
1.14.x
aeron-system-tests-1.14.0
1.13.x
aeron-system-tests-1.13.0
1.12.x
aeron-system-tests-1.12.0
1.11.x
aeron-system-tests-1.11.3
aeron-system-tests-1.11.2
aeron-system-tests-1.11.1
aeron-system-tests-1.11.0
1.10.x
aeron-system-tests-1.10.5
aeron-system-tests-1.10.4
aeron-system-tests-1.10.3
aeron-system-tests-1.10.2
aeron-system-tests-1.10.1
aeron-system-tests-1.10.0
1.9.x
aeron-system-tests-1.9.3
aeron-system-tests-1.9.2
aeron-system-tests-1.9.1
aeron-system-tests-1.9.0
1.8.x
aeron-system-tests-1.8.2
aeron-system-tests-1.8.1
aeron-system-tests-1.8.0
1.7.x
aeron-system-tests-1.7.0
1.6.x
aeron-system-tests-1.6.0
1.5.x
aeron-system-tests-1.5.2
aeron-system-tests-1.5.1
aeron-system-tests-1.5.0
1.4.x
aeron-system-tests-1.4.1
aeron-system-tests-1.4.0
1.3.x
aeron-system-tests-1.3.0
1.2.x
aeron-system-tests-1.2.5
aeron-system-tests-1.2.4
aeron-system-tests-1.2.3
aeron-system-tests-1.2.2
aeron-system-tests-1.2.1
aeron-system-tests-1.2.0
1.1.x
aeron-system-tests-1.1.0
1.0.x
aeron-system-tests-1.0.5
aeron-system-tests-1.0.4
aeron-system-tests-1.0.3
aeron-system-tests-1.0.2
aeron-system-tests-1.0.1
1.0
aeron-system-tests-1.0
0.9.x
aeron-system-tests-0.9.9
aeron-system-tests-0.9.8
aeron-system-tests-0.9.7
aeron-system-tests-0.9.6
aeron-system-tests-0.9.5

How to add a dependency to Maven

Add the following io.aeron : aeron-system-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.aeron</groupId>
    <artifactId>aeron-system-tests</artifactId>
    <version>1.24.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.aeron : aeron-system-tests gradle dependency to your build.gradle file:

implementation 'io.aeron:aeron-system-tests:1.24.0'

Gradle Kotlin DSL: Add the following io.aeron : aeron-system-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("io.aeron:aeron-system-tests:1.24.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.aeron : aeron-system-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "io.aeron" % "aeron-system-tests" % "1.24.0"

Advertisement