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