is not current version
Last Version 2.2.0

com.nanohttpd:nanohttpd-project 2.1.1

NanoHttpd is a light-weight HTTP server designed for embedding in other applications.

Categories

Categories

nanohttpd Net Networking
GroupId

GroupId

com.nanohttpd
ArtifactId

ArtifactId

nanohttpd-project
Version

Version

2.1.1
Type

Type

pom

Download nanohttpd-project 2.1.1


<!-- https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd-project/ -->
<dependency>
    <groupId>com.nanohttpd</groupId>
    <artifactId>nanohttpd-project</artifactId>
    <version>2.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd-project/
implementation 'com.nanohttpd:nanohttpd-project:2.1.1'
// https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd-project/
implementation ("com.nanohttpd:nanohttpd-project:2.1.1")
'com.nanohttpd:nanohttpd-project:pom:2.1.1'
<dependency org="com.nanohttpd" name="nanohttpd-project" rev="2.1.1">
  <artifact name="nanohttpd-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nanohttpd', module='nanohttpd-project', version='2.1.1')
)
libraryDependencies += "com.nanohttpd" % "nanohttpd-project" % "2.1.1"
[com.nanohttpd/nanohttpd-project "2.1.1"]