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