GroupId | GroupIdorg.smartboot.servlet |
---|---|
ArtifactId | ArtifactIdplugin-websocket |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
plugin-websocket-0.1.3.pom | |
plugin-websocket-0.1.3.jar | 22 KB |
plugin-websocket-0.1.3-sources.jar | 12 KB |
plugin-websocket-0.1.3-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.servlet/plugin-websocket/ -->
<dependency>
<groupId>org.smartboot.servlet</groupId>
<artifactId>plugin-websocket</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.servlet/plugin-websocket/
implementation 'org.smartboot.servlet:plugin-websocket:0.1.3'
// https://jarcasting.com/artifacts/org.smartboot.servlet/plugin-websocket/
implementation ("org.smartboot.servlet:plugin-websocket:0.1.3")
'org.smartboot.servlet:plugin-websocket:jar:0.1.3'
<dependency org="org.smartboot.servlet" name="plugin-websocket" rev="0.1.3">
<artifact name="plugin-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.servlet', module='plugin-websocket', version='0.1.3')
)
libraryDependencies += "org.smartboot.servlet" % "plugin-websocket" % "0.1.3"
[org.smartboot.servlet/plugin-websocket "0.1.3"]