| Группа | Группаcom.hb0730 |
|---|---|
| Идентификатор | Идентификаторcommons-http |
| Версия | Версия2.1.0-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commons-http-2.1.0-RELEASE.pom | |
| commons-http-2.1.0-RELEASE.jar | 33 KB |
| commons-http-2.1.0-RELEASE-sources.jar | 18 KB |
| commons-http-2.1.0-RELEASE-javadoc.jar | 167 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-http/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-http</artifactId>
<version>2.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-http/
implementation 'com.hb0730:commons-http:2.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-http/
implementation ("com.hb0730:commons-http:2.1.0-RELEASE")
'com.hb0730:commons-http:jar:2.1.0-RELEASE'
<dependency org="com.hb0730" name="commons-http" rev="2.1.0-RELEASE">
<artifact name="commons-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-http', version='2.1.0-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-http" % "2.1.0-RELEASE"
[com.hb0730/commons-http "2.1.0-RELEASE"]