MVN

de.quantummaid.httpmaid.integrations : httpmaid-jetty-websockets

Maven & Gradle

Aug 10, 2021
2 usages

HttpMaid - Integrations - Jetty Websockets

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-jetty-websockets</artifactId>
    <version>0.9.144</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.144

All Versions

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

Version Vulnerabilities Updated
0.9.x
httpmaid-jetty-websockets-0.9.144
httpmaid-jetty-websockets-0.9.143
httpmaid-jetty-websockets-0.9.142
httpmaid-jetty-websockets-0.9.141
httpmaid-jetty-websockets-0.9.140
httpmaid-jetty-websockets-0.9.139
httpmaid-jetty-websockets-0.9.138
httpmaid-jetty-websockets-0.9.137
httpmaid-jetty-websockets-0.9.136
httpmaid-jetty-websockets-0.9.135
httpmaid-jetty-websockets-0.9.134
httpmaid-jetty-websockets-0.9.133
httpmaid-jetty-websockets-0.9.132
httpmaid-jetty-websockets-0.9.131
httpmaid-jetty-websockets-0.9.130
httpmaid-jetty-websockets-0.9.128
httpmaid-jetty-websockets-0.9.127
httpmaid-jetty-websockets-0.9.125
httpmaid-jetty-websockets-0.9.124
httpmaid-jetty-websockets-0.9.122
httpmaid-jetty-websockets-0.9.121
httpmaid-jetty-websockets-0.9.120
httpmaid-jetty-websockets-0.9.119
httpmaid-jetty-websockets-0.9.118
httpmaid-jetty-websockets-0.9.116
httpmaid-jetty-websockets-0.9.115
httpmaid-jetty-websockets-0.9.114
httpmaid-jetty-websockets-0.9.113
httpmaid-jetty-websockets-0.9.112
httpmaid-jetty-websockets-0.9.111
httpmaid-jetty-websockets-0.9.110
httpmaid-jetty-websockets-0.9.109
httpmaid-jetty-websockets-0.9.108
httpmaid-jetty-websockets-0.9.107
httpmaid-jetty-websockets-0.9.106
httpmaid-jetty-websockets-0.9.105
httpmaid-jetty-websockets-0.9.104
httpmaid-jetty-websockets-0.9.103
httpmaid-jetty-websockets-0.9.102
httpmaid-jetty-websockets-0.9.101
httpmaid-jetty-websockets-0.9.100
httpmaid-jetty-websockets-0.9.99
httpmaid-jetty-websockets-0.9.98
httpmaid-jetty-websockets-0.9.97
httpmaid-jetty-websockets-0.9.96
httpmaid-jetty-websockets-0.9.95
httpmaid-jetty-websockets-0.9.94
httpmaid-jetty-websockets-0.9.93
httpmaid-jetty-websockets-0.9.92

How to add a dependency to Maven

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

<dependency>
    <groupId>de.quantummaid.httpmaid.integrations</groupId>
    <artifactId>httpmaid-jetty-websockets</artifactId>
    <version>0.9.144</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.quantummaid.httpmaid.integrations:httpmaid-jetty-websockets:0.9.144'

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

implementation("de.quantummaid.httpmaid.integrations:httpmaid-jetty-websockets:0.9.144")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-jetty-websockets" % "0.9.144"

Advertisement