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