MVN

com.liveperson : dropwizard-websockets

Maven & Gradle

Sep 20, 2019
1 usages
64 stars

Dropwizard Websocket Support · 3rd party bundle for dropwizard to enable websocket services.

<dependency>
    <groupId>com.liveperson</groupId>
    <artifactId>dropwizard-websockets</artifactId>
    <version>1.3.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liveperson : dropwizard-websockets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.14
  • Latest Release Candidate: 1.3.0-rc7

All Versions

Choose a version of com.liveperson : dropwizard-websockets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
dropwizard-websockets-1.3.14
dropwizard-websockets-1.3.2
dropwizard-websockets-1.3.0-rc7
1.2.x
dropwizard-websockets-1.2.2
dropwizard-websockets-1.2.0
1.2
dropwizard-websockets-1.2
1.1.x
dropwizard-websockets-1.1.0
1.0.x
dropwizard-websockets-1.0.5-1
dropwizard-websockets-1.0.0-1
0.9.x
dropwizard-websockets-0.9.2-1
dropwizard-websockets-0.9.1-1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.liveperson</groupId>
    <artifactId>dropwizard-websockets</artifactId>
    <version>1.3.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liveperson : dropwizard-websockets gradle dependency to your build.gradle file:

implementation 'com.liveperson:dropwizard-websockets:1.3.14'

Gradle Kotlin DSL: Add the following com.liveperson : dropwizard-websockets gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liveperson:dropwizard-websockets:1.3.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liveperson : dropwizard-websockets sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liveperson" % "dropwizard-websockets" % "1.3.14"

Advertisement