GroupId | GroupIdio.hkube |
---|---|
ArtifactId | ArtifactIdcommunication |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
communication-1.3.pom | |
communication-1.3.jar | 12 KB |
communication-1.3-sources.jar | 6 KB |
communication-1.3-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hkube/communication/ -->
<dependency>
<groupId>io.hkube</groupId>
<artifactId>communication</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.hkube/communication/
implementation 'io.hkube:communication:1.3'
// https://jarcasting.com/artifacts/io.hkube/communication/
implementation ("io.hkube:communication:1.3")
'io.hkube:communication:jar:1.3'
<dependency org="io.hkube" name="communication" rev="1.3">
<artifact name="communication" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hkube', module='communication', version='1.3')
)
libraryDependencies += "io.hkube" % "communication" % "1.3"
[io.hkube/communication "1.3"]