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