h

hc-stylecheck

Shared stylecheck plugin configuration for Apache HttpComponents projects
The Apache Software Foundation
Files download
File Operation
hc-stylecheck-3.jar download
hc-stylecheck-3.pom download
hc-stylecheck-3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>hc-stylecheck</artifactId>
  <version>3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:hc-stylecheck:3'
Gradle Kotlin
implementation("org.apache.httpcomponents:hc-stylecheck:3")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "hc-stylecheck" % "3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='hc-stylecheck', version='3')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="hc-stylecheck" rev="3" />
Leiningen
[org.apache.httpcomponents/hc-stylecheck "3"]
Apache Buildr
'org.apache.httpcomponents:hc-stylecheck:jar:3'