License |
License |
---|---|
Categories |
Categoriesnanohttpd Net Networking |
GroupId | GroupIdcom.gitee.l0km |
ArtifactId | ArtifactIdnanohttpd-samples |
Last Version | Last Version2.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNanoHttpd-Samples
samples for nanohttpd
|
Project URL |
Project URL |
Project Organization |
Project Organizationnanohttpd |
Filename | Size |
---|---|
nanohttpd-samples-2.3.4.pom | |
nanohttpd-samples-2.3.4.jar | 9 KB |
nanohttpd-samples-2.3.4-sources.jar | 6 KB |
nanohttpd-samples-2.3.4-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/nanohttpd-samples/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>nanohttpd-samples</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/nanohttpd-samples/
implementation 'com.gitee.l0km:nanohttpd-samples:2.3.4'
// https://jarcasting.com/artifacts/com.gitee.l0km/nanohttpd-samples/
implementation ("com.gitee.l0km:nanohttpd-samples:2.3.4")
'com.gitee.l0km:nanohttpd-samples:jar:2.3.4'
<dependency org="com.gitee.l0km" name="nanohttpd-samples" rev="2.3.4">
<artifact name="nanohttpd-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='nanohttpd-samples', version='2.3.4')
)
libraryDependencies += "com.gitee.l0km" % "nanohttpd-samples" % "2.3.4"
[com.gitee.l0km/nanohttpd-samples "2.3.4"]
Group / Artifact | Type | Version |
---|---|---|
com.gitee.l0km : nanohttpd | jar | 2.3.4 |
com.gitee.l0km : nanohttpd-webserver | jar | 2.3.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |