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