MVN

com.liveperson : akka-actor-x

Maven & Gradle

Nov 02, 2014
5 stars

Akka Actor-X · Akka extension providing features that help you trace, debug and monitor your actor system

<dependency>
    <groupId>com.liveperson</groupId>
    <artifactId>akka-actor-x</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liveperson : akka-actor-x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.liveperson : akka-actor-x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
akka-actor-x-0.1.1

How to add a dependency to Maven

Add the following com.liveperson : akka-actor-x maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liveperson</groupId>
    <artifactId>akka-actor-x</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liveperson : akka-actor-x gradle dependency to your build.gradle file:

implementation 'com.liveperson:akka-actor-x:0.1.1'

Gradle Kotlin DSL: Add the following com.liveperson : akka-actor-x gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liveperson:akka-actor-x:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liveperson : akka-actor-x sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liveperson" % "akka-actor-x" % "0.1.1"

Advertisement