| Группа | Группаorg.apache.httpcomponents |
|---|---|
| Идентификатор | Идентификаторhttpcore-ab |
| Версия | Версия4.3.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| httpcore-ab-4.3.3.pom | |
| httpcore-ab-4.3.3.jar | 30 KB |
| httpcore-ab-4.3.3-sources.jar | 24 KB |
| httpcore-ab-4.3.3-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-ab/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-ab</artifactId>
<version>4.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-ab/
implementation 'org.apache.httpcomponents:httpcore-ab:4.3.3'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-ab/
implementation ("org.apache.httpcomponents:httpcore-ab:4.3.3")
'org.apache.httpcomponents:httpcore-ab:jar:4.3.3'
<dependency org="org.apache.httpcomponents" name="httpcore-ab" rev="4.3.3">
<artifact name="httpcore-ab" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcore-ab', version='4.3.3')
)
libraryDependencies += "org.apache.httpcomponents" % "httpcore-ab" % "4.3.3"
[org.apache.httpcomponents/httpcore-ab "4.3.3"]