Files download
File Operation
nanohttpd-2.3.1.jar download
nanohttpd-2.3.1.pom download
nanohttpd-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.nanohttpd</groupId>
  <artifactId>nanohttpd</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.nanohttpd:nanohttpd:2.3.1'
Gradle Kotlin
implementation("org.nanohttpd:nanohttpd:2.3.1")
Scala SBT
libraryDependencies += "org.nanohttpd" % "nanohttpd" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.nanohttpd', module='nanohttpd', version='2.3.1')
)
Apache Ivy
<dependency org="org.nanohttpd" name="nanohttpd" rev="2.3.1" />
Leiningen
[org.nanohttpd/nanohttpd "2.3.1"]
Apache Buildr
'org.nanohttpd:nanohttpd:jar:2.3.1'