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