aether
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.aitusoftware</groupId>
<artifactId>aether</artifactId>
<version>0.2.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.aitusoftware</groupId>
<artifactId>aether</artifactId>
<version>0.2.2</version>
<name>Aether</name>
<description>Aether: Monitoring for Aeron</description>
<url>https://github.com/aitusoftware/aether</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>epickrram</id>
<name>Mark Price</name>
<email>recall@aitusoftware.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/aitusoftware.com/recall.git</connection>
<developerConnection>scm:git:https://github.com/aitusoftware.com/recall.git</developerConnection>
<url>https://github.com/aitusoftware/aether.git</url>
</scm>
<dependencies>
<dependency>
<groupId>io.aeron</groupId>
<artifactId>aeron-driver</artifactId>
<version>1.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.agrona</groupId>
<artifactId>agrona</artifactId>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.42</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>