Download nanohttpd-2.1.1.jar file - Jar n

Jar examples for n:nanohttpd

Description

You can download jar file nanohttpd 2.1.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

nanohttpd-2.1.1-javadoc.jar
nanohttpd-2.1.1-sources.jar
nanohttpd-2.1.1.jar
nanohttpd-2.1.1.pom



Related Tutorials