is not current version
Last Version 2

org.apache.httpcomponents:hc-stylecheck 1

Shared stylecheck plugin configuration for HC projects

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

hc-stylecheck
Version

Version

1
Type

Type

jar

Download hc-stylecheck 1


<!-- 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"]