License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.lazyboyl |
ArtifactId | ArtifactIdwebsocket-spring-boot-core |
Version | Version1.0.6.RELEASE |
Type | Typejar |
Description |
Descriptionwebsocket-spring-boot-core
核心包
|
Source Code Management |
Source Code Management |
<!-- 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.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lazyboyl/websocket-spring-boot-core/
implementation 'com.github.lazyboyl:websocket-spring-boot-core:1.0.6.RELEASE'
// https://jarcasting.com/artifacts/com.github.lazyboyl/websocket-spring-boot-core/
implementation ("com.github.lazyboyl:websocket-spring-boot-core:1.0.6.RELEASE")
'com.github.lazyboyl:websocket-spring-boot-core:jar:1.0.6.RELEASE'
<dependency org="com.github.lazyboyl" name="websocket-spring-boot-core" rev="1.0.6.RELEASE">
<artifact name="websocket-spring-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lazyboyl', module='websocket-spring-boot-core', version='1.0.6.RELEASE')
)
libraryDependencies += "com.github.lazyboyl" % "websocket-spring-boot-core" % "1.0.6.RELEASE"
[com.github.lazyboyl/websocket-spring-boot-core "1.0.6.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.42.Final |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
org.springframework.boot : spring-boot-starter | jar | 2.0.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.1.RELEASE |