Categories |
Categoriesnanohttpd Net Networking |
---|---|
GroupId | GroupIdcom.nanohttpd |
ArtifactId | ArtifactIdnanohttpd-websocket |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
nanohttpd-websocket-2.2.0.pom | |
nanohttpd-websocket-2.2.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd-websocket/ -->
<dependency>
<groupId>com.nanohttpd</groupId>
<artifactId>nanohttpd-websocket</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd-websocket/
implementation 'com.nanohttpd:nanohttpd-websocket:2.2.0'
// https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd-websocket/
implementation ("com.nanohttpd:nanohttpd-websocket:2.2.0")
'com.nanohttpd:nanohttpd-websocket:jar:2.2.0'
<dependency org="com.nanohttpd" name="nanohttpd-websocket" rev="2.2.0">
<artifact name="nanohttpd-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nanohttpd', module='nanohttpd-websocket', version='2.2.0')
)
libraryDependencies += "com.nanohttpd" % "nanohttpd-websocket" % "2.2.0"
[com.nanohttpd/nanohttpd-websocket "2.2.0"]