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