| GroupId | GroupIdcom.healthy-chn.cloud |
|---|---|
| ArtifactId | ArtifactIdhealthy-common-websocket |
| Version | Version1.3.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.healthy-chn.cloud/healthy-common-websocket/ -->
<dependency>
<groupId>com.healthy-chn.cloud</groupId>
<artifactId>healthy-common-websocket</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.healthy-chn.cloud/healthy-common-websocket/
implementation 'com.healthy-chn.cloud:healthy-common-websocket:1.3.4'
// https://jarcasting.com/artifacts/com.healthy-chn.cloud/healthy-common-websocket/
implementation ("com.healthy-chn.cloud:healthy-common-websocket:1.3.4")
'com.healthy-chn.cloud:healthy-common-websocket:jar:1.3.4'
<dependency org="com.healthy-chn.cloud" name="healthy-common-websocket" rev="1.3.4">
<artifact name="healthy-common-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.healthy-chn.cloud', module='healthy-common-websocket', version='1.3.4')
)
libraryDependencies += "com.healthy-chn.cloud" % "healthy-common-websocket" % "1.3.4"
[com.healthy-chn.cloud/healthy-common-websocket "1.3.4"]