GroupId | GroupIdcom.github.zhaodong1106 |
---|---|
ArtifactId | ArtifactIdspring-websocket-module |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zhaodong1106/spring-websocket-module/ -->
<dependency>
<groupId>com.github.zhaodong1106</groupId>
<artifactId>spring-websocket-module</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhaodong1106/spring-websocket-module/
implementation 'com.github.zhaodong1106:spring-websocket-module:1.0.0'
// https://jarcasting.com/artifacts/com.github.zhaodong1106/spring-websocket-module/
implementation ("com.github.zhaodong1106:spring-websocket-module:1.0.0")
'com.github.zhaodong1106:spring-websocket-module:jar:1.0.0'
<dependency org="com.github.zhaodong1106" name="spring-websocket-module" rev="1.0.0">
<artifact name="spring-websocket-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhaodong1106', module='spring-websocket-module', version='1.0.0')
)
libraryDependencies += "com.github.zhaodong1106" % "spring-websocket-module" % "1.0.0"
[com.github.zhaodong1106/spring-websocket-module "1.0.0"]