Download nanohttpd-2.2.0.jar file - Jar n

Jar examples for n:nanohttpd

Description

You can download jar file nanohttpd 2.2.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

nanohttpd-2.2.0.jar
nanohttpd-2.2.0.pom



Related Tutorials