s

smallmind-websocket

Websocket Implementations
Files download
File Operation
smallmind-websocket-1.7.7.jar download
smallmind-websocket-1.7.7.pom download
smallmind-websocket-1.7.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.smallmind</groupId>
  <artifactId>smallmind-websocket</artifactId>
  <version>1.7.7</version>
</dependency>
Gradle Groovy
implementation 'org.smallmind:smallmind-websocket:1.7.7'
Gradle Kotlin
implementation("org.smallmind:smallmind-websocket:1.7.7")
Scala SBT
libraryDependencies += "org.smallmind" % "smallmind-websocket" % "1.7.7"
Groovy Grape
@Grapes(
  @Grab(group='org.smallmind', module='smallmind-websocket', version='1.7.7')
)
Apache Ivy
<dependency org="org.smallmind" name="smallmind-websocket" rev="1.7.7" />
Leiningen
[org.smallmind/smallmind-websocket "1.7.7"]
Apache Buildr
'org.smallmind:smallmind-websocket:jar:1.7.7'