License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net |
GroupId | GroupIdorg.onevroad |
ArtifactId | ArtifactIdnet-websocket-spring-boot |
Version | Version0.4.1 |
Type | Typepom |
Description |
Descriptionnet-websocket-spring-boot
a Java WebSocket Framework based on Netty with Spring Boot
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
net-websocket-spring-boot-0.4.1.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.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.onevroad/net-websocket-spring-boot/
implementation 'org.onevroad:net-websocket-spring-boot:0.4.1'
// https://jarcasting.com/artifacts/org.onevroad/net-websocket-spring-boot/
implementation ("org.onevroad:net-websocket-spring-boot:0.4.1")
'org.onevroad:net-websocket-spring-boot:pom:0.4.1'
<dependency org="org.onevroad" name="net-websocket-spring-boot" rev="0.4.1">
<artifact name="net-websocket-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.onevroad', module='net-websocket-spring-boot', version='0.4.1')
)
libraryDependencies += "org.onevroad" % "net-websocket-spring-boot" % "0.4.1"
[org.onevroad/net-websocket-spring-boot "0.4.1"]