is not current version
Last Version 2.3.1

org.nanohttpd:nanohttpd 2.2.0


Categories

Categories

nanohttpd Net Networking
GroupId

GroupId

org.nanohttpd
ArtifactId

ArtifactId

nanohttpd
Version

Version

2.2.0
Type

Type

jar

Download nanohttpd 2.2.0


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