Categories |
Categoriesnanohttpd Net Networking |
---|---|
GroupId | GroupIdcom.nanohttpd |
ArtifactId | ArtifactIdnanohttpd-samples |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
nanohttpd-samples-2.1.1.pom | |
nanohttpd-samples-2.1.1.jar | 8 KB |
nanohttpd-samples-2.1.1-sources.jar | 5 KB |
nanohttpd-samples-2.1.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd-samples/ -->
<dependency>
<groupId>com.nanohttpd</groupId>
<artifactId>nanohttpd-samples</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd-samples/
implementation 'com.nanohttpd:nanohttpd-samples:2.1.1'
// https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd-samples/
implementation ("com.nanohttpd:nanohttpd-samples:2.1.1")
'com.nanohttpd:nanohttpd-samples:jar:2.1.1'
<dependency org="com.nanohttpd" name="nanohttpd-samples" rev="2.1.1">
<artifact name="nanohttpd-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nanohttpd', module='nanohttpd-samples', version='2.1.1')
)
libraryDependencies += "com.nanohttpd" % "nanohttpd-samples" % "2.1.1"
[com.nanohttpd/nanohttpd-samples "2.1.1"]