MVN

com.lightbend.akka.discovery : akka-discovery-marathon-api_2.12

Maven & Gradle

May 25, 2023
2 usages
254 stars

akka-discovery-marathon-api · Akka Management is a suite of tools for operating Akka Clusters.

<dependency>
    <groupId>com.lightbend.akka.discovery</groupId>
    <artifactId>akka-discovery-marathon-api_2.12</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightbend.akka.discovery : akka-discovery-marathon-api_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1
  • Latest Release Candidate: 1.0.0-RC4

All Versions

Choose a version of com.lightbend.akka.discovery : akka-discovery-marathon-api_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
akka-discovery-marathon-api_2.12-1.4.1
akka-discovery-marathon-api_2.12-1.4.0
1.3.x
akka-discovery-marathon-api_2.12-1.3.0
1.2.x
akka-discovery-marathon-api_2.12-1.2.0
akka-discovery-marathon-api_2.12-1.2.0-M2
akka-discovery-marathon-api_2.12-1.2.0-M1
1.1.x
akka-discovery-marathon-api_2.12-1.1.4
akka-discovery-marathon-api_2.12-1.1.3
akka-discovery-marathon-api_2.12-1.1.2
akka-discovery-marathon-api_2.12-1.1.1
akka-discovery-marathon-api_2.12-1.1.0
1.0.x
akka-discovery-marathon-api_2.12-1.0.10
akka-discovery-marathon-api_2.12-1.0.9
akka-discovery-marathon-api_2.12-1.0.8
akka-discovery-marathon-api_2.12-1.0.7
akka-discovery-marathon-api_2.12-1.0.6
akka-discovery-marathon-api_2.12-1.0.5
akka-discovery-marathon-api_2.12-1.0.4
akka-discovery-marathon-api_2.12-1.0.3
akka-discovery-marathon-api_2.12-1.0.2
akka-discovery-marathon-api_2.12-1.0.1
akka-discovery-marathon-api_2.12-1.0.0
akka-discovery-marathon-api_2.12-1.0.0-RC4
akka-discovery-marathon-api_2.12-1.0.0-RC3
akka-discovery-marathon-api_2.12-1.0.0-RC2
akka-discovery-marathon-api_2.12-1.0.0-RC1
0.20.x
akka-discovery-marathon-api_2.12-0.20.0
0.19.x
akka-discovery-marathon-api_2.12-0.19.0
0.18.x
akka-discovery-marathon-api_2.12-0.18.0
0.17.x
akka-discovery-marathon-api_2.12-0.17.0
0.16.x
akka-discovery-marathon-api_2.12-0.16.0
0.15.x
akka-discovery-marathon-api_2.12-0.15.0
0.14.x
akka-discovery-marathon-api_2.12-0.14.0
0.13.x
akka-discovery-marathon-api_2.12-0.13.1
akka-discovery-marathon-api_2.12-0.13.0
0.12.x
akka-discovery-marathon-api_2.12-0.12.0
0.11.x
akka-discovery-marathon-api_2.12-0.11.0
0.10.x
akka-discovery-marathon-api_2.12-0.10.0
0.9.x
akka-discovery-marathon-api_2.12-0.9.0

How to add a dependency to Maven

Add the following com.lightbend.akka.discovery : akka-discovery-marathon-api_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lightbend.akka.discovery</groupId>
    <artifactId>akka-discovery-marathon-api_2.12</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightbend.akka.discovery : akka-discovery-marathon-api_2.12 gradle dependency to your build.gradle file:

implementation 'com.lightbend.akka.discovery:akka-discovery-marathon-api_2.12:1.4.1'

Gradle Kotlin DSL: Add the following com.lightbend.akka.discovery : akka-discovery-marathon-api_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightbend.akka.discovery:akka-discovery-marathon-api_2.12:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightbend.akka.discovery : akka-discovery-marathon-api_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightbend.akka.discovery" % "akka-discovery-marathon-api_2.12" % "1.4.1"

Advertisement