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