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