| Лицензия |
Лицензия
Commercial License
|
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.freeutils |
| Идентификатор | Идентификаторjlhttp |
| Последняя версия | Последняя версия2.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJLHTTP
The Java Lightweight HTTP Server
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jlhttp-2.6.pom | |
| jlhttp-2.6.jar | 52 KB |
| jlhttp-2.6-sources.jar | 42 KB |
| jlhttp-2.6-javadoc.jar | 143 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |