License |
License |
---|---|
Categories |
Categoriesnanohttpd Net Networking |
GroupId | GroupIdcom.gitee.l0km |
ArtifactId | ArtifactIdnanohttpd-websocket |
Last Version | Last Version2.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNanoHttpd-Websocket
nanohttpd-websocket is a very low profile websocket server based on nanohttpd.
|
Project URL |
Project URL |
Project Organization |
Project Organizationnanohttpd |
Filename | Size |
---|---|
nanohttpd-websocket-2.3.4.pom | |
nanohttpd-websocket-2.3.4.jar | 21 KB |
nanohttpd-websocket-2.3.4-sources.jar | 20 KB |
nanohttpd-websocket-2.3.4-javadoc.jar | 97 KB |
nanohttpd-websocket-2.3.4-echo.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/nanohttpd-websocket/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>nanohttpd-websocket</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/nanohttpd-websocket/
implementation 'com.gitee.l0km:nanohttpd-websocket:2.3.4'
// https://jarcasting.com/artifacts/com.gitee.l0km/nanohttpd-websocket/
implementation ("com.gitee.l0km:nanohttpd-websocket:2.3.4")
'com.gitee.l0km:nanohttpd-websocket:jar:2.3.4'
<dependency org="com.gitee.l0km" name="nanohttpd-websocket" rev="2.3.4">
<artifact name="nanohttpd-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='nanohttpd-websocket', version='2.3.4')
)
libraryDependencies += "com.gitee.l0km" % "nanohttpd-websocket" % "2.3.4"
[com.gitee.l0km/nanohttpd-websocket "2.3.4"]
Group / Artifact | Type | Version |
---|---|---|
com.gitee.l0km : nanohttpd | jar | 2.3.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |
org.eclipse.jetty.websocket : websocket-client | jar | 9.3.0.M2 |
junit : junit | jar | 4.12 |