Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.sourcelab.http |
ArtifactId | ArtifactIdhttp-client-wrapper |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
http-client-wrapper-0.2.0.pom | |
http-client-wrapper-0.2.0.jar | 37 KB |
http-client-wrapper-0.2.0-sources.jar | 49 KB |
http-client-wrapper-0.2.0-javadoc.jar | 211 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sourcelab.http/http-client-wrapper/ -->
<dependency>
<groupId>org.sourcelab.http</groupId>
<artifactId>http-client-wrapper</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sourcelab.http/http-client-wrapper/
implementation 'org.sourcelab.http:http-client-wrapper:0.2.0'
// https://jarcasting.com/artifacts/org.sourcelab.http/http-client-wrapper/
implementation ("org.sourcelab.http:http-client-wrapper:0.2.0")
'org.sourcelab.http:http-client-wrapper:jar:0.2.0'
<dependency org="org.sourcelab.http" name="http-client-wrapper" rev="0.2.0">
<artifact name="http-client-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sourcelab.http', module='http-client-wrapper', version='0.2.0')
)
libraryDependencies += "org.sourcelab.http" % "http-client-wrapper" % "0.2.0"
[org.sourcelab.http/http-client-wrapper "0.2.0"]