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