文件下载
文件名 操作
io-hotmoka-chat-client-1.0.0.jar 下载
io-hotmoka-chat-client-1.0.0.pom 下载
io-hotmoka-chat-client-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.hotmoka.chat</groupId>
  <artifactId>io-hotmoka-chat-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.hotmoka.chat:io-hotmoka-chat-client:1.0.0'
Gradle Kotlin
implementation("io.hotmoka.chat:io-hotmoka-chat-client:1.0.0")
Scala SBT
libraryDependencies += "io.hotmoka.chat" % "io-hotmoka-chat-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.hotmoka.chat', module='io-hotmoka-chat-client', version='1.0.0')
)
Apache Ivy
<dependency org="io.hotmoka.chat" name="io-hotmoka-chat-client" rev="1.0.0" />
Leiningen
[io.hotmoka.chat/io-hotmoka-chat-client "1.0.0"]
Apache Buildr
'io.hotmoka.chat:io-hotmoka-chat-client:jar:1.0.0'