is not current version
Last Version 2.3.1

org.nanohttpd:nanohttpd-webserver 2.3.0

nanohttpd-webserver can serve any local directory as a webserver using nanohttpd.

Categories

Categories

nanohttpd Net Networking
GroupId

GroupId

org.nanohttpd
ArtifactId

ArtifactId

nanohttpd-webserver
Version

Version

2.3.0
Type

Type

jar

Download nanohttpd-webserver 2.3.0


<!-- https://jarcasting.com/artifacts/org.nanohttpd/nanohttpd-webserver/ -->
<dependency>
    <groupId>org.nanohttpd</groupId>
    <artifactId>nanohttpd-webserver</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nanohttpd/nanohttpd-webserver/
implementation 'org.nanohttpd:nanohttpd-webserver:2.3.0'
// https://jarcasting.com/artifacts/org.nanohttpd/nanohttpd-webserver/
implementation ("org.nanohttpd:nanohttpd-webserver:2.3.0")
'org.nanohttpd:nanohttpd-webserver:jar:2.3.0'
<dependency org="org.nanohttpd" name="nanohttpd-webserver" rev="2.3.0">
  <artifact name="nanohttpd-webserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nanohttpd', module='nanohttpd-webserver', version='2.3.0')
)
libraryDependencies += "org.nanohttpd" % "nanohttpd-webserver" % "2.3.0"
[org.nanohttpd/nanohttpd-webserver "2.3.0"]