| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.fangjinuo.agileway |
| Идентификатор | Идентификаторagileway-httpclient |
| Версия | Версия3.1.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| agileway-httpclient-3.1.7.pom | |
| agileway-httpclient-3.1.7.jar | 21 KB |
| agileway-httpclient-3.1.7-sources.jar | 8 KB |
| agileway-httpclient-3.1.7-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-httpclient/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-httpclient</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-httpclient/
implementation 'com.github.fangjinuo.agileway:agileway-httpclient:3.1.7'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-httpclient/
implementation ("com.github.fangjinuo.agileway:agileway-httpclient:3.1.7")
'com.github.fangjinuo.agileway:agileway-httpclient:jar:3.1.7'
<dependency org="com.github.fangjinuo.agileway" name="agileway-httpclient" rev="3.1.7">
<artifact name="agileway-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-httpclient', version='3.1.7')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-httpclient" % "3.1.7"
[com.github.fangjinuo.agileway/agileway-httpclient "3.1.7"]