is not current version
Last Version 1.0.43

com.github.serguei-p:http 1.0.13

Simple HTTP client and HTTP server. Easy to use and small. No dependencies.

GroupId

GroupId

com.github.serguei-p
ArtifactId

ArtifactId

http
Version

Version

1.0.13
Type

Type

jar

Download http 1.0.13


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