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