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