License |
License
Commercial License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.freeutils |
ArtifactId | ArtifactIdjlhttp |
Version | Version2.5 |
Type | Typejar |
Description |
DescriptionJLHTTP
The Java Lightweight HTTP Server
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jlhttp-2.5.pom | |
jlhttp-2.5.jar | 52 KB |
jlhttp-2.5-sources.jar | 42 KB |
jlhttp-2.5-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.freeutils/jlhttp/ -->
<dependency>
<groupId>net.freeutils</groupId>
<artifactId>jlhttp</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.freeutils/jlhttp/
implementation 'net.freeutils:jlhttp:2.5'
// https://jarcasting.com/artifacts/net.freeutils/jlhttp/
implementation ("net.freeutils:jlhttp:2.5")
'net.freeutils:jlhttp:jar:2.5'
<dependency org="net.freeutils" name="jlhttp" rev="2.5">
<artifact name="jlhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.freeutils', module='jlhttp', version='2.5')
)
libraryDependencies += "net.freeutils" % "jlhttp" % "2.5"
[net.freeutils/jlhttp "2.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |