| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.httpcomponents |
| ArtifactId | ArtifactIdhc-stylecheck |
| Version | Version2 |
| Type | Typejar |
| Description |
DescriptionApache HttpComponents Stylecheck Plugin Configuration
Shared stylecheck plugin configuration for Apache HttpComponents projects
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hc-stylecheck-2.pom | |
| hc-stylecheck-2.jar | 10 KB |
| Browse |
<!-- 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"]