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