| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.serguei-p |
| Идентификатор | Идентификаторhttp |
| Последняя версия | Последняя версия1.0.43 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеhttp
Simple HTTP client and HTTP server. Easy to use and small. No dependencies.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| http-1.0.43.pom | |
| http-1.0.43.jar | 101 KB |
| http-1.0.43-sources.jar | 52 KB |
| http-1.0.43-javadoc.jar | 192 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.serguei-p/http/ -->
<dependency>
<groupId>com.github.serguei-p</groupId>
<artifactId>http</artifactId>
<version>1.0.43</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.serguei-p/http/
implementation 'com.github.serguei-p:http:1.0.43'
// https://jarcasting.com/artifacts/com.github.serguei-p/http/
implementation ("com.github.serguei-p:http:1.0.43")
'com.github.serguei-p:http:jar:1.0.43'
<dependency org="com.github.serguei-p" name="http" rev="1.0.43">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.serguei-p', module='http', version='1.0.43')
)
libraryDependencies += "com.github.serguei-p" % "http" % "1.0.43"
[com.github.serguei-p/http "1.0.43"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |