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