Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.hccake |
ArtifactId | ArtifactIdballcat-spring-boot-starter-websocket |
Version | Version0.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hccake/ballcat-spring-boot-starter-websocket/ -->
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-spring-boot-starter-websocket</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.hccake/ballcat-spring-boot-starter-websocket/
implementation 'com.hccake:ballcat-spring-boot-starter-websocket:0.0.8'
// https://jarcasting.com/artifacts/com.hccake/ballcat-spring-boot-starter-websocket/
implementation ("com.hccake:ballcat-spring-boot-starter-websocket:0.0.8")
'com.hccake:ballcat-spring-boot-starter-websocket:jar:0.0.8'
<dependency org="com.hccake" name="ballcat-spring-boot-starter-websocket" rev="0.0.8">
<artifact name="ballcat-spring-boot-starter-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hccake', module='ballcat-spring-boot-starter-websocket', version='0.0.8')
)
libraryDependencies += "com.hccake" % "ballcat-spring-boot-starter-websocket" % "0.0.8"
[com.hccake/ballcat-spring-boot-starter-websocket "0.0.8"]