n

nanohttpd-server

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