w

websocket

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