Download nanohttpd-server-0.14.jar file - Jar n

Jar examples for n:nanohttpd-server

Description

Library that helps you use NanoHTTPD in your code

You can download jar file nanohttpd-server 0.14 in this page.

Build File

You can use the following script to add nanohttpd-server-0.14.jar to your project.

<dependency>
   <groupId>com.github.mike10004</groupId>
   <artifactId>nanohttpd-server</artifactId>
   <version>0.14</version>
</dependency>
compile group: 'com.github.mike10004', name: 'nanohttpd-server', version: '0.14'
libraryDependencies += "com.github.mike10004" % "nanohttpd-server" % "0.14"
<dependency org="com.github.mike10004" name="nanohttpd-server" rev="0.14"/>
@Grapes(@Grab(group='com.github.mike10004', module='nanohttpd-server', version='0.14'))
'com.github.mike10004:nanohttpd-server:jar:0.14'

Download

Click the following link to download the jar file.

nanohttpd-server-0.14-javadoc.jar
nanohttpd-server-0.14-sources.jar
nanohttpd-server-0.14.jar
nanohttpd-server-0.14.pom



Related Tutorials