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