| GroupId | GroupIdorg.apache.httpcomponents |
|---|---|
| ArtifactId | ArtifactIdhc-stylecheck |
| Version | Version1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hc-stylecheck-1.pom | |
| hc-stylecheck-1.jar | 9 KB |
| Browse |
<!-- 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"]