is not current version
Last Version 2.105

net.code-story:http 2.84

Fluent-http is the simplest fastest full fledged web server we could come up with

Categories

Categories

Net
GroupId

GroupId

net.code-story
ArtifactId

ArtifactId

http
Version

Version

2.84
Type

Type

jar

Download http 2.84


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