is not current version
Last Version 2.6

net.freeutils:jlhttp 1.3

The Java Lightweight HTTP Server

Categories

Categories

Net
GroupId

GroupId

net.freeutils
ArtifactId

ArtifactId

jlhttp
Version

Version

1.3
Type

Type

jar

Download jlhttp 1.3


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