Simple HTTP
A wrapper around the built in sun HTTP server. Adds some basic stuff and can be compiled with graal.
License |
License |
---|---|
GroupId | GroupIdcom.github.codemonstur |
ArtifactId | ArtifactIdsimplehttp |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.codemonstur:simplehttp
An wrapper around the built in HTTP server
|
Filename | Size |
---|---|
simplehttp-1.1.0.pom | |
simplehttp-1.1.0.jar | 29 KB |
simplehttp-1.1.0-sources.jar | 16 KB |
simplehttp-1.1.0-javadoc.jar | 536 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codemonstur/simplehttp/ -->
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>simplehttp</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/simplehttp/
implementation 'com.github.codemonstur:simplehttp:1.1.0'
// https://jarcasting.com/artifacts/com.github.codemonstur/simplehttp/
implementation ("com.github.codemonstur:simplehttp:1.1.0")
'com.github.codemonstur:simplehttp:jar:1.1.0'
<dependency org="com.github.codemonstur" name="simplehttp" rev="1.1.0">
<artifact name="simplehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='simplehttp', version='1.1.0')
)
libraryDependencies += "com.github.codemonstur" % "simplehttp" % "1.1.0"
[com.github.codemonstur/simplehttp "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
A wrapper around the built in sun HTTP server. Adds some basic stuff and can be compiled with graal.