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