Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdhttp-client |
Version | Version4.0.2 |
Type | Typejar |
Filename | Size |
---|---|
http-client-4.0.2.pom | |
http-client-4.0.2.jar | 37 KB |
http-client-4.0.2-sources.jar | 17 KB |
http-client-4.0.2-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/http-client/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>http-client</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/http-client/
implementation 'com.github.michaelruocco:http-client:4.0.2'
// https://jarcasting.com/artifacts/com.github.michaelruocco/http-client/
implementation ("com.github.michaelruocco:http-client:4.0.2")
'com.github.michaelruocco:http-client:jar:4.0.2'
<dependency org="com.github.michaelruocco" name="http-client" rev="4.0.2">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='http-client', version='4.0.2')
)
libraryDependencies += "com.github.michaelruocco" % "http-client" % "4.0.2"
[com.github.michaelruocco/http-client "4.0.2"]