License |
License |
---|---|
GroupId | GroupIdorg.microhttp |
ArtifactId | ArtifactIdmicrohttp |
Version | Version0.7 |
Type | Typejar |
Description |
DescriptionMicro HTTP Server
Microhttp is an event-driven, single-threaded, zero-dependency web server
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
microhttp-0.7.pom | |
microhttp-0.7.jar | 27 KB |
microhttp-0.7-sources.jar | 13 KB |
microhttp-0.7-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microhttp/microhttp/ -->
<dependency>
<groupId>org.microhttp</groupId>
<artifactId>microhttp</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.microhttp/microhttp/
implementation 'org.microhttp:microhttp:0.7'
// https://jarcasting.com/artifacts/org.microhttp/microhttp/
implementation ("org.microhttp:microhttp:0.7")
'org.microhttp:microhttp:jar:0.7'
<dependency org="org.microhttp" name="microhttp" rev="0.7">
<artifact name="microhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microhttp', module='microhttp', version='0.7')
)
libraryDependencies += "org.microhttp" % "microhttp" % "0.7"
[org.microhttp/microhttp "0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |