Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdname.wramner.httpclient |
ArtifactId | ArtifactIdHttpClient |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
HttpClient-1.0.pom | |
HttpClient-1.0.jar | 25 KB |
HttpClient-1.0-sources.jar | 18 KB |
HttpClient-1.0-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/name.wramner.httpclient/HttpClient/ -->
<dependency>
<groupId>name.wramner.httpclient</groupId>
<artifactId>HttpClient</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/name.wramner.httpclient/HttpClient/
implementation 'name.wramner.httpclient:HttpClient:1.0'
// https://jarcasting.com/artifacts/name.wramner.httpclient/HttpClient/
implementation ("name.wramner.httpclient:HttpClient:1.0")
'name.wramner.httpclient:HttpClient:jar:1.0'
<dependency org="name.wramner.httpclient" name="HttpClient" rev="1.0">
<artifact name="HttpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.wramner.httpclient', module='HttpClient', version='1.0')
)
libraryDependencies += "name.wramner.httpclient" % "HttpClient" % "1.0"
[name.wramner.httpclient/HttpClient "1.0"]