GroupId | GroupIdchat.dim |
---|---|
ArtifactId | ArtifactIdUDP |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
UDP-0.2.2.pom | |
UDP-0.2.2.jar | 11 KB |
UDP-0.2.2-sources.jar | 11 KB |
UDP-0.2.2-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/chat.dim/UDP/ -->
<dependency>
<groupId>chat.dim</groupId>
<artifactId>UDP</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/chat.dim/UDP/
implementation 'chat.dim:UDP:0.2.2'
// https://jarcasting.com/artifacts/chat.dim/UDP/
implementation ("chat.dim:UDP:0.2.2")
'chat.dim:UDP:jar:0.2.2'
<dependency org="chat.dim" name="UDP" rev="0.2.2">
<artifact name="UDP" type="jar" />
</dependency>
@Grapes(
@Grab(group='chat.dim', module='UDP', version='0.2.2')
)
libraryDependencies += "chat.dim" % "UDP" % "0.2.2"
[chat.dim/UDP "0.2.2"]