GroupId | GroupIdcom.efeichong |
---|---|
ArtifactId | ArtifactIdwebsocket-common |
Version | Version1.0.3 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
websocket-common-1.0.3.pom | |
websocket-common-1.0.3.jar | 9 KB |
websocket-common-1.0.3-sources.jar | 6 KB |
websocket-common-1.0.3-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.efeichong/websocket-common/ -->
<dependency>
<groupId>com.efeichong</groupId>
<artifactId>websocket-common</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.efeichong/websocket-common/
implementation 'com.efeichong:websocket-common:1.0.3'
// https://jarcasting.com/artifacts/com.efeichong/websocket-common/
implementation ("com.efeichong:websocket-common:1.0.3")
'com.efeichong:websocket-common:jar:1.0.3'
<dependency org="com.efeichong" name="websocket-common" rev="1.0.3">
<artifact name="websocket-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.efeichong', module='websocket-common', version='1.0.3')
)
libraryDependencies += "com.efeichong" % "websocket-common" % "1.0.3"
[com.efeichong/websocket-common "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-websocket | jar |