| License |
License |
|---|---|
| GroupId | GroupIdio.esastack |
| ArtifactId | ArtifactIdhttpserver |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHttpsServer :: Core
ESA HttpServer is an asynchronous event-driven http server based on netty.
|
| Filename | Size |
|---|---|
| httpserver-0.1.1.pom | |
| httpserver-0.1.1.jar | 125 KB |
| httpserver-0.1.1-sources.jar | 88 KB |
| httpserver-0.1.1-javadoc.jar | 250 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/httpserver/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>httpserver</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/httpserver/
implementation 'io.esastack:httpserver:0.1.1'
// https://jarcasting.com/artifacts/io.esastack/httpserver/
implementation ("io.esastack:httpserver:0.1.1")
'io.esastack:httpserver:jar:0.1.1'
<dependency org="io.esastack" name="httpserver" rev="0.1.1">
<artifact name="httpserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='httpserver', version='0.1.1')
)
libraryDependencies += "io.esastack" % "httpserver" % "0.1.1"
[io.esastack/httpserver "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.esastack : commons | jar | 0.2.1 |
| io.esastack : commons-net-core | jar | 0.0.1 |
| io.esastack : commons-net-netty | jar | 0.0.1 |
| io.netty : netty-common | jar | |
| io.netty : netty-buffer | jar | |
| io.netty : netty-handler | jar | |
| io.netty : netty-codec | jar | |
| io.netty : netty-codec-http | jar | |
| io.netty : netty-codec-http2 | jar | |
| io.netty : netty-codec-haproxy | jar | |
| io.netty : netty-transport | jar | |
| io.netty : netty-transport-native-epoll | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-tcnative-boringssl-static | jar | 2.0.34.Final |
| com.jcraft : jzlib | jar | 1.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
| org.mockito : mockito-inline | jar | 3.3.3 |