- Latest Versions
| Name | Version | Description |
|---|---|---|
| Ming Ke Ming (名可名) | Decentralized User Identity Authentication | |
| Dao Ke Dao (道可道) | Universal Message Module | |
| DIMP (去中心化通讯协议) | Decentralized Instant Messaging Protocol | |
| DIM SDK | Software Development Kit | |
| DIM Plugins | Cryptography & Account Plugins | |
| LNC | Log, Notification & Cache | |
| StarGate | Network Connection Module |
- build.gradle
allprojects {
repositories {
mavenCentral()
google()
}
}
dependencies {
implementation group: 'chat.dim', name: 'Client', version: '0.5.1'
}- pom.xml
<dependencies>
<!-- https://mvnrepository.com/artifact/chat.dim/Client -->
<dependency>
<groupId>chat.dim</groupId>
<artifactId>Client</artifactId>
<version>0.5.1</version>
<type>pom</type>
</dependency>
</dependencies>