MVN

ai.eloquent : theseus

Maven & Gradle

Oct 16, 2018

Theseus · Theseus is an implementation of the Raft consensus algorithm, with an emphasis on being robust to modern cloud infrastructure (e.g., Kubernetes) and general ease-of-use of the API.

<dependency>
    <groupId>ai.eloquent</groupId>
    <artifactId>theseus</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.eloquent : theseus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of ai.eloquent : theseus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
theseus-0.3.0

How to add a dependency to Maven

Add the following ai.eloquent : theseus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.eloquent</groupId>
    <artifactId>theseus</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.eloquent : theseus gradle dependency to your build.gradle file:

implementation 'ai.eloquent:theseus:0.3.0'

Gradle Kotlin DSL: Add the following ai.eloquent : theseus gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.eloquent:theseus:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.eloquent : theseus sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.eloquent" % "theseus" % "0.3.0"

Advertisement

Dependencies from Group

Oct 16, 2018

Discover Dependencies

Oct 22, 2018
5 usages
0 stars
Oct 22, 2018
2 usages
0 stars
Oct 22, 2018
2 usages
0 stars
Oct 22, 2018
7 usages
0 stars
Oct 22, 2018
3 usages
0 stars
Oct 22, 2018
0 stars
Oct 21, 2018
2 stars
Aug 21, 2022
3 stars
Jul 12, 2019
1 usages
1.5k stars