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