MVN

de.quantummaid.httpmaid.integrations : httpmaid-jettywithwebsockets

Maven & Gradle

Apr 29, 2020
3 usages

HttpMaid - Integrations - Jetty with Websockets

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-jettywithwebsockets</artifactId>
    <version>0.9.53</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.quantummaid.httpmaid.integrations : httpmaid-jettywithwebsockets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.53

All Versions

Choose a version of de.quantummaid.httpmaid.integrations : httpmaid-jettywithwebsockets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
httpmaid-jettywithwebsockets-0.9.53
httpmaid-jettywithwebsockets-0.9.51
httpmaid-jettywithwebsockets-0.9.50
httpmaid-jettywithwebsockets-0.9.49
httpmaid-jettywithwebsockets-0.9.48
httpmaid-jettywithwebsockets-0.9.47
httpmaid-jettywithwebsockets-0.9.46
httpmaid-jettywithwebsockets-0.9.45
httpmaid-jettywithwebsockets-0.9.44
httpmaid-jettywithwebsockets-0.9.43
httpmaid-jettywithwebsockets-0.9.42
httpmaid-jettywithwebsockets-0.9.41
httpmaid-jettywithwebsockets-0.9.40
httpmaid-jettywithwebsockets-0.9.39
httpmaid-jettywithwebsockets-0.9.38
httpmaid-jettywithwebsockets-0.9.37
httpmaid-jettywithwebsockets-0.9.36
httpmaid-jettywithwebsockets-0.9.34
httpmaid-jettywithwebsockets-0.9.33
httpmaid-jettywithwebsockets-0.9.32
httpmaid-jettywithwebsockets-0.9.31
httpmaid-jettywithwebsockets-0.9.30
httpmaid-jettywithwebsockets-0.9.29
httpmaid-jettywithwebsockets-0.9.28
httpmaid-jettywithwebsockets-0.9.27
httpmaid-jettywithwebsockets-0.9.26
httpmaid-jettywithwebsockets-0.9.25
httpmaid-jettywithwebsockets-0.9.24
httpmaid-jettywithwebsockets-0.9.23
httpmaid-jettywithwebsockets-0.9.22
httpmaid-jettywithwebsockets-0.9.21
httpmaid-jettywithwebsockets-0.9.20
httpmaid-jettywithwebsockets-0.9.19
httpmaid-jettywithwebsockets-0.9.18
httpmaid-jettywithwebsockets-0.9.17
httpmaid-jettywithwebsockets-0.9.16
httpmaid-jettywithwebsockets-0.9.15
httpmaid-jettywithwebsockets-0.9.14
httpmaid-jettywithwebsockets-0.9.13
httpmaid-jettywithwebsockets-0.9.12
httpmaid-jettywithwebsockets-0.9.11
httpmaid-jettywithwebsockets-0.9.10
httpmaid-jettywithwebsockets-0.9.9
httpmaid-jettywithwebsockets-0.9.8
httpmaid-jettywithwebsockets-0.9.6
httpmaid-jettywithwebsockets-0.9.5
httpmaid-jettywithwebsockets-0.9.4
httpmaid-jettywithwebsockets-0.9.3
httpmaid-jettywithwebsockets-0.9.1
httpmaid-jettywithwebsockets-0.9.0

How to add a dependency to Maven

Add the following de.quantummaid.httpmaid.integrations : httpmaid-jettywithwebsockets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-jettywithwebsockets</artifactId>
    <version>0.9.53</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.quantummaid.httpmaid.integrations : httpmaid-jettywithwebsockets gradle dependency to your build.gradle file:

implementation 'de.quantummaid.httpmaid.integrations:httpmaid-jettywithwebsockets:0.9.53'

Gradle Kotlin DSL: Add the following de.quantummaid.httpmaid.integrations : httpmaid-jettywithwebsockets gradle kotlin dependency to your build.gradle.kts file:

implementation("de.quantummaid.httpmaid.integrations:httpmaid-jettywithwebsockets:0.9.53")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.quantummaid.httpmaid.integrations : httpmaid-jettywithwebsockets sbt scala dependency to your build.sbt file:

libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-jettywithwebsockets" % "0.9.53"