is not current version
Last Version 0.15

com.github.mike10004:nanohttpd-server 0.8

Library that helps you use NanoHTTPD in your code

Categories

Categories

nanohttpd Net Networking
GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

nanohttpd-server
Version

Version

0.8
Type

Type

jar

Download nanohttpd-server 0.8


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