Categories |
Categoriesnanohttpd Net Networking |
---|---|
GroupId | GroupIdcom.nanohttpd |
ArtifactId | ArtifactIdnanohttpd |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
nanohttpd-2.2.0.pom | |
nanohttpd-2.2.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd/ -->
<dependency>
<groupId>com.nanohttpd</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd/
implementation 'com.nanohttpd:nanohttpd:2.2.0'
// https://jarcasting.com/artifacts/com.nanohttpd/nanohttpd/
implementation ("com.nanohttpd:nanohttpd:2.2.0")
'com.nanohttpd:nanohttpd:jar:2.2.0'
<dependency org="com.nanohttpd" name="nanohttpd" rev="2.2.0">
<artifact name="nanohttpd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nanohttpd', module='nanohttpd', version='2.2.0')
)
libraryDependencies += "com.nanohttpd" % "nanohttpd" % "2.2.0"
[com.nanohttpd/nanohttpd "2.2.0"]