D

DIMP

New Protocol designed for decentralized instant messaging.
https://github.com/dimchat/core-java
MIT
Albert Moky
文件下载
文件名 操作
DIMP-1.0.1.jar 下载
DIMP-1.0.1.pom 下载
DIMP-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>chat.dim</groupId>
  <artifactId>DIMP</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'chat.dim:DIMP:1.0.1'
Gradle Kotlin
implementation("chat.dim:DIMP:1.0.1")
Scala SBT
libraryDependencies += "chat.dim" % "DIMP" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='chat.dim', module='DIMP', version='1.0.1')
)
Apache Ivy
<dependency org="chat.dim" name="DIMP" rev="1.0.1" />
Leiningen
[chat.dim/DIMP "1.0.1"]
Apache Buildr
'chat.dim:DIMP:jar:1.0.1'
本项目依赖