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