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