| Группа | Группаcom.opentable.components |
|---|---|
| Идентификатор | Идентификаторotj-tinyhttp |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеotj-tinyhttp
A minimal HTTP/HTTPS client for loading configuration or small data files from the network.
|
| Имя Файла | Размер |
|---|---|
| otj-tinyhttp-1.1.0.pom | |
| otj-tinyhttp-1.1.0.jar | 14 KB |
| otj-tinyhttp-1.1.0-sources.jar | 9 KB |
| otj-tinyhttp-1.1.0-javadoc.jar | 62 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-tinyhttp/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-tinyhttp</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-tinyhttp/
implementation 'com.opentable.components:otj-tinyhttp:1.1.0'
// https://jarcasting.com/artifacts/com.opentable.components/otj-tinyhttp/
implementation ("com.opentable.components:otj-tinyhttp:1.1.0")
'com.opentable.components:otj-tinyhttp:jar:1.1.0'
<dependency org="com.opentable.components" name="otj-tinyhttp" rev="1.1.0">
<artifact name="otj-tinyhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-tinyhttp', version='1.1.0')
)
libraryDependencies += "com.opentable.components" % "otj-tinyhttp" % "1.1.0"
[com.opentable.components/otj-tinyhttp "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| com.google.guava : guava | jar | 17.0 |
| org.skife.config : config-magic | jar | 0.17 |
| com.google.code.findbugs : annotations | jar | 3.0.0 |
| org.apache.httpcomponents : httpcore | jar | 4.3.2 |
| org.apache.httpcomponents : httpclient | jar | 4.3.3 |
| commons-io : commons-io | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.2 |
| org.eclipse.jetty : jetty-server | jar | 9.2.3.v20140905 |
| org.eclipse.jetty : jetty-security | jar | 9.2.3.v20140905 |