trex-core_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.trex-paxos</groupId>
<artifactId>trex-core_2.12</artifactId>
<version>0.5.0</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.trex-paxos</groupId>
<artifactId>trex-core_2.12</artifactId>
<packaging>jar</packaging>
<description>Embeddable multi-Paxos For The JVM</description>
<url>https://github.com/trex-paxos/trex</url>
<version>0.5.0</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>trex-core</name>
<organization>
<name>com.github.trex-paxos</name>
<url>https://github.com/trex-paxos/trex</url>
</organization>
<scm>
<url>https://github.com/trex-paxos/trex</url>
<connection>scm:git:github.com/trex-paxos/trex.git</connection>
</scm>
<developers>
<developer>
<id>simbo1905</id>
<name>Simon Massey</name>
<url>http://simbo1905.blog</url>
<email>simbo1905@60hertz.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.10</version>
</dependency>
<dependency>
<groupId>com.github.trex-paxos</groupId>
<artifactId>trex-library_2.12</artifactId>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.12</artifactId>
<version>2.5.26</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.12</artifactId>
<version>2.5.26</version>
</dependency>
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>io.argonaut</groupId>
<artifactId>argonaut_2.12</artifactId>
<version>6.2.2</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalamock</groupId>
<artifactId>scalamock-scalatest-support_2.12</artifactId>
<version>3.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-remote_2.12</artifactId>
<version>2.5.26</version>
</dependency>
</dependencies>
</project>