MVN

com.wandoulabs.akka : spray-websocket_2.10

Maven & Gradle

Jan 27, 2015
219 stars

spray-websocket · spray-websocket

<dependency>
    <groupId>com.wandoulabs.akka</groupId>
    <artifactId>spray-websocket_2.10</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wandoulabs.akka : spray-websocket_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4
  • Latest Release Candidate: 0.1.2-RC3

All Versions

Choose a version of com.wandoulabs.akka : spray-websocket_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
spray-websocket_2.10-0.1.4
spray-websocket_2.10-0.1.3
spray-websocket_2.10-0.1.2
spray-websocket_2.10-0.1.2-RC3
spray-websocket_2.10-0.1.2-RC2
spray-websocket_2.10-0.1.2-RC1
spray-websocket_2.10-0.1.1-RC1

How to add a dependency to Maven

Add the following com.wandoulabs.akka : spray-websocket_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wandoulabs.akka</groupId>
    <artifactId>spray-websocket_2.10</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wandoulabs.akka : spray-websocket_2.10 gradle dependency to your build.gradle file:

implementation 'com.wandoulabs.akka:spray-websocket_2.10:0.1.4'

Gradle Kotlin DSL: Add the following com.wandoulabs.akka : spray-websocket_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wandoulabs.akka:spray-websocket_2.10:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wandoulabs.akka : spray-websocket_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wandoulabs.akka" % "spray-websocket_2.10" % "0.1.4"