GroupId | GroupIdio.choerodon |
---|---|
ArtifactId | ArtifactIdchoerodon-websocket-helper |
Version | Version0.8.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-websocket-helper/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-websocket-helper</artifactId>
<version>0.8.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-websocket-helper/
implementation 'io.choerodon:choerodon-websocket-helper:0.8.0.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-websocket-helper/
implementation ("io.choerodon:choerodon-websocket-helper:0.8.0.RELEASE")
'io.choerodon:choerodon-websocket-helper:jar:0.8.0.RELEASE'
<dependency org="io.choerodon" name="choerodon-websocket-helper" rev="0.8.0.RELEASE">
<artifact name="choerodon-websocket-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-websocket-helper', version='0.8.0.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-websocket-helper" % "0.8.0.RELEASE"
[io.choerodon/choerodon-websocket-helper "0.8.0.RELEASE"]