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