n

nanohttpd-server

Library that helps you use NanoHTTPD in your code
Files download
File Operation
nanohttpd-server-0.1.jar download
nanohttpd-server-0.1.pom download
nanohttpd-server-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>nanohttpd-server</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:nanohttpd-server:0.1'
Gradle Kotlin
implementation("com.github.mike10004:nanohttpd-server:0.1")
Scala SBT
libraryDependencies += "com.github.mike10004" % "nanohttpd-server" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='nanohttpd-server', version='0.1')
)
Apache Ivy
<dependency org="com.github.mike10004" name="nanohttpd-server" rev="0.1" />
Leiningen
[com.github.mike10004/nanohttpd-server "0.1"]
Apache Buildr
'com.github.mike10004:nanohttpd-server:jar:0.1'