n

nanohttpd-project

NanoHttpd is a light-weight HTTP server designed for embedding in other applications.
http://www.nanohttpd.org
The BSD 3-Clause License
nanohttpd
Paul Hawke Jarno Elonen Richard van Nieuwenhoven
文件下载
文件名 操作
nanohttpd-project-2.3.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.nanohttpd</groupId>
  <artifactId>nanohttpd-project</artifactId>
  <version>2.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.nanohttpd:nanohttpd-project:2.3.1'
Gradle Kotlin
implementation("org.nanohttpd:nanohttpd-project:2.3.1")
Scala SBT
libraryDependencies += "org.nanohttpd" % "nanohttpd-project" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.nanohttpd', module='nanohttpd-project', version='2.3.1')
)
Apache Ivy
<dependency org="org.nanohttpd" name="nanohttpd-project" rev="2.3.1" />
Leiningen
[org.nanohttpd/nanohttpd-project "2.3.1"]
Apache Buildr
'org.nanohttpd:nanohttpd-project:jar:2.3.1'