| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.tomtom.http |
| Идентификатор | Идентификаторgoji-http-client |
| Последняя версия | Последняя версия3.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGOJI HTTP Client
A wrapper around Apache HttpClient and Jackson Databind libraries with lean Groovy syntax.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| goji-http-client-3.1.0.pom | |
| goji-http-client-3.1.0.jar | 29 KB |
| goji-http-client-3.1.0-sources.jar | 10 KB |
| goji-http-client-3.1.0-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/ -->
<dependency>
<groupId>com.tomtom.http</groupId>
<artifactId>goji-http-client</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/
implementation 'com.tomtom.http:goji-http-client:3.1.0'
// https://jarcasting.com/artifacts/com.tomtom.http/goji-http-client/
implementation ("com.tomtom.http:goji-http-client:3.1.0")
'com.tomtom.http:goji-http-client:jar:3.1.0'
<dependency org="com.tomtom.http" name="goji-http-client" rev="3.1.0">
<artifact name="goji-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.http', module='goji-http-client', version='3.1.0')
)
libraryDependencies += "com.tomtom.http" % "goji-http-client" % "3.1.0"
[com.tomtom.http/goji-http-client "3.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpmime | jar | 4.5.13 |
| org.apache.groovy : groovy | jar | 4.0.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
| org.codehaus.mojo : versions-maven-plugin | jar | 2.11.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| cglib : cglib-nodep | jar | 3.3.0 |
| com.github.tomakehurst : wiremock | jar | 2.27.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| org.spockframework : spock-core | jar | 2.2-M1-groovy-4.0 |