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