s

solon.boot.websocket

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