| License |
License |
|---|---|
| Categories |
Categoriesnanohttpd Net Networking |
| GroupId | GroupIdorg.into-cps |
| ArtifactId | ArtifactIdnanohttpd |
| Last Version | Last Version1.0.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNanoHTTPD – a tiny web server in Java
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| nanohttpd-1.0.10.pom | |
| nanohttpd-1.0.10.jar | 65 KB |
| nanohttpd-1.0.10-sources.jar | 28 KB |
| nanohttpd-1.0.10-javadoc.jar | 195 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps/nanohttpd/ -->
<dependency>
<groupId>org.into-cps</groupId>
<artifactId>nanohttpd</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps/nanohttpd/
implementation 'org.into-cps:nanohttpd:1.0.10'
// https://jarcasting.com/artifacts/org.into-cps/nanohttpd/
implementation ("org.into-cps:nanohttpd:1.0.10")
'org.into-cps:nanohttpd:jar:1.0.10'
<dependency org="org.into-cps" name="nanohttpd" rev="1.0.10">
<artifact name="nanohttpd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps', module='nanohttpd', version='1.0.10')
)
libraryDependencies += "org.into-cps" % "nanohttpd" % "1.0.10"
[org.into-cps/nanohttpd "1.0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |