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