w

websocket-resources

A Dropwizard library that lets you use Jersey-style Resources over WebSockets
https://github.com/WhisperSystems/WebSocket-Resources
AGPLv3
Moxie Marlinspike
Files download
File Operation
websocket-resources-0.5.10.jar download
websocket-resources-0.5.10.pom download
websocket-resources-0.5.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.whispersystems</groupId>
  <artifactId>websocket-resources</artifactId>
  <version>0.5.10</version>
</dependency>
Gradle Groovy
implementation 'org.whispersystems:websocket-resources:0.5.10'
Gradle Kotlin
implementation("org.whispersystems:websocket-resources:0.5.10")
Scala SBT
libraryDependencies += "org.whispersystems" % "websocket-resources" % "0.5.10"
Groovy Grape
@Grapes(
  @Grab(group='org.whispersystems', module='websocket-resources', version='0.5.10')
)
Apache Ivy
<dependency org="org.whispersystems" name="websocket-resources" rev="0.5.10" />
Leiningen
[org.whispersystems/websocket-resources "0.5.10"]
Apache Buildr
'org.whispersystems:websocket-resources:jar:0.5.10'