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