S

SDK

Decentralized Instant Messaging (Java SDK)
https://github.com/dimchat/sdk-java
MIT
Albert Moky
Files download
File Operation
SDK-1.0.1.jar download
SDK-1.0.1.pom download
SDK-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>chat.dim</groupId>
  <artifactId>SDK</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'chat.dim:SDK:1.0.1'
Gradle Kotlin
implementation("chat.dim:SDK:1.0.1")
Scala SBT
libraryDependencies += "chat.dim" % "SDK" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='chat.dim', module='SDK', version='1.0.1')
)
Apache Ivy
<dependency org="chat.dim" name="SDK" rev="1.0.1" />
Leiningen
[chat.dim/SDK "1.0.1"]
Apache Buildr
'chat.dim:SDK:jar:1.0.1'
Dependencies