GroupId | GroupIdorg.kasource.websocket |
---|---|
ArtifactId | ArtifactIdka-websocket-spring |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
ka-websocket-spring-0.2.pom | |
ka-websocket-spring-0.2.jar | 29 KB |
ka-websocket-spring-0.2-sources.jar | 18 KB |
ka-websocket-spring-0.2-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kasource.websocket/ka-websocket-spring/ -->
<dependency>
<groupId>org.kasource.websocket</groupId>
<artifactId>ka-websocket-spring</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kasource.websocket/ka-websocket-spring/
implementation 'org.kasource.websocket:ka-websocket-spring:0.2'
// https://jarcasting.com/artifacts/org.kasource.websocket/ka-websocket-spring/
implementation ("org.kasource.websocket:ka-websocket-spring:0.2")
'org.kasource.websocket:ka-websocket-spring:jar:0.2'
<dependency org="org.kasource.websocket" name="ka-websocket-spring" rev="0.2">
<artifact name="ka-websocket-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kasource.websocket', module='ka-websocket-spring', version='0.2')
)
libraryDependencies += "org.kasource.websocket" % "ka-websocket-spring" % "0.2"
[org.kasource.websocket/ka-websocket-spring "0.2"]