License |
License |
---|---|
GroupId | GroupIdorg.apache.httpcomponents |
ArtifactId | ArtifactIdhc-stylecheck |
Last Version | Last Version2 |
Release Date | Release Date |
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 | 9 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"]