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