| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.httpcomponents |
| Идентификатор | Идентификаторhc-stylecheck |
| Последняя версия | Последняя версия2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache HttpComponents Stylecheck Plugin Configuration
Shared stylecheck plugin configuration for Apache HttpComponents projects
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hc-stylecheck-2.pom | |
| hc-stylecheck-2.jar | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/hc-stylecheck/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>hc-stylecheck</artifactId>
<version>2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/hc-stylecheck/
implementation 'org.apache.httpcomponents:hc-stylecheck:2'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/hc-stylecheck/
implementation ("org.apache.httpcomponents:hc-stylecheck:2")
'org.apache.httpcomponents:hc-stylecheck:jar:2'
<dependency org="org.apache.httpcomponents" name="hc-stylecheck" rev="2">
<artifact name="hc-stylecheck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='hc-stylecheck', version='2')
)
libraryDependencies += "org.apache.httpcomponents" % "hc-stylecheck" % "2"
[org.apache.httpcomponents/hc-stylecheck "2"]