is not current version
Last Version 0.7

org.microhttp:microhttp 0.3

Microhttp is an event-driven, single-threaded, zero-dependency web server

GroupId

GroupId

org.microhttp
ArtifactId

ArtifactId

microhttp
Version

Version

0.3
Type

Type

jar

Download microhttp 0.3


<!-- https://jarcasting.com/artifacts/org.microhttp/microhttp/ -->
<dependency>
    <groupId>org.microhttp</groupId>
    <artifactId>microhttp</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.microhttp/microhttp/
implementation 'org.microhttp:microhttp:0.3'
// https://jarcasting.com/artifacts/org.microhttp/microhttp/
implementation ("org.microhttp:microhttp:0.3")
'org.microhttp:microhttp:jar:0.3'
<dependency org="org.microhttp" name="microhttp" rev="0.3">
  <artifact name="microhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microhttp', module='microhttp', version='0.3')
)
libraryDependencies += "org.microhttp" % "microhttp" % "0.3"
[org.microhttp/microhttp "0.3"]