License |
License |
---|---|
Categories |
Categoriesnanohttpd Net Networking |
GroupId | GroupIdcom.gitee.l0km |
ArtifactId | ArtifactIdnanohttpd |
Last Version | Last Version2.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNanoHttpd-Core
NanoHttpd is a light-weight HTTP server designed for embedding in other applications.
|
Project URL |
Project URL |
Project Organization |
Project Organizationnanohttpd |
Filename | Size |
---|---|
nanohttpd-2.3.4.pom | |
nanohttpd-2.3.4.jar | 51 KB |
nanohttpd-2.3.4-sources.jar | 53 KB |
nanohttpd-2.3.4-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/nanohttpd/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/nanohttpd/
implementation 'com.gitee.l0km:nanohttpd:2.3.4'
// https://jarcasting.com/artifacts/com.gitee.l0km/nanohttpd/
implementation ("com.gitee.l0km:nanohttpd:2.3.4")
'com.gitee.l0km:nanohttpd:jar:2.3.4'
<dependency org="com.gitee.l0km" name="nanohttpd" rev="2.3.4">
<artifact name="nanohttpd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='nanohttpd', version='2.3.4')
)
libraryDependencies += "com.gitee.l0km" % "nanohttpd" % "2.3.4"
[com.gitee.l0km/nanohttpd "2.3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.2.5 |
org.apache.httpcomponents : httpmime | jar | 4.2.5 |
junit : junit | jar | 4.12 |