License |
License |
---|---|
GroupId | GroupIdorg.smartboot.servlet |
ArtifactId | ArtifactIdplugin-websocket |
Version | Version0.1.4 |
Type | Typejar |
Description |
Descriptiona lightweight servlet container
|
Filename | Size |
---|---|
plugin-websocket-0.1.4.pom | |
plugin-websocket-0.1.4.jar | 22 KB |
plugin-websocket-0.1.4-sources.jar | 12 KB |
plugin-websocket-0.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.servlet/plugin-websocket/
implementation 'org.smartboot.servlet:plugin-websocket:0.1.4'
// https://jarcasting.com/artifacts/org.smartboot.servlet/plugin-websocket/
implementation ("org.smartboot.servlet:plugin-websocket:0.1.4")
'org.smartboot.servlet:plugin-websocket:jar:0.1.4'
<dependency org="org.smartboot.servlet" name="plugin-websocket" rev="0.1.4">
<artifact name="plugin-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.servlet', module='plugin-websocket', version='0.1.4')
)
libraryDependencies += "org.smartboot.servlet" % "plugin-websocket" % "0.1.4"
[org.smartboot.servlet/plugin-websocket "0.1.4"]
Group / Artifact | Type | Version |
---|---|---|
javax.websocket : javax.websocket-api | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.smartboot.servlet : servlet-core | jar | 0.1.4 |