Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.lazyboyl |
ArtifactId | ArtifactIdwebsocket-spring-boot-core |
Version | Version1.0.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lazyboyl/websocket-spring-boot-core/ -->
<dependency>
<groupId>com.github.lazyboyl</groupId>
<artifactId>websocket-spring-boot-core</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lazyboyl/websocket-spring-boot-core/
implementation 'com.github.lazyboyl:websocket-spring-boot-core:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.lazyboyl/websocket-spring-boot-core/
implementation ("com.github.lazyboyl:websocket-spring-boot-core:1.0.5.RELEASE")
'com.github.lazyboyl:websocket-spring-boot-core:jar:1.0.5.RELEASE'
<dependency org="com.github.lazyboyl" name="websocket-spring-boot-core" rev="1.0.5.RELEASE">
<artifact name="websocket-spring-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lazyboyl', module='websocket-spring-boot-core', version='1.0.5.RELEASE')
)
libraryDependencies += "com.github.lazyboyl" % "websocket-spring-boot-core" % "1.0.5.RELEASE"
[com.github.lazyboyl/websocket-spring-boot-core "1.0.5.RELEASE"]