License |
License |
---|---|
GroupId | GroupIdchat.dim |
ArtifactId | ArtifactIdDMTP |
Version | Version0.2.3 |
Type | Typejar |
Description |
DescriptionDMTP
Direct Message Transfer Protocol
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
DMTP-0.2.3.pom | |
DMTP-0.2.3.jar | 27 KB |
DMTP-0.2.3-sources.jar | 24 KB |
DMTP-0.2.3-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/chat.dim/DMTP/ -->
<dependency>
<groupId>chat.dim</groupId>
<artifactId>DMTP</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/chat.dim/DMTP/
implementation 'chat.dim:DMTP:0.2.3'
// https://jarcasting.com/artifacts/chat.dim/DMTP/
implementation ("chat.dim:DMTP:0.2.3")
'chat.dim:DMTP:jar:0.2.3'
<dependency org="chat.dim" name="DMTP" rev="0.2.3">
<artifact name="DMTP" type="jar" />
</dependency>
@Grapes(
@Grab(group='chat.dim', module='DMTP', version='0.2.3')
)
libraryDependencies += "chat.dim" % "DMTP" % "0.2.3"
[chat.dim/DMTP "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
chat.dim : MTP | jar | 0.1.7 |
chat.dim : STUN | jar | 0.1.5 |
Group / Artifact | Type | Version |
---|---|---|
chat.dim : UDP | jar | 0.2.3 |
junit : junit | jar | 4.12 |