s

smallmind-websocket

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