License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.httpobjects.client |
ArtifactId | ArtifactIdhttpobjects-client |
Version | Version0.27.0 |
Type | Typejar |
Description |
Descriptionhttpobjects-client
simple http for the jvm
|
Filename | Size |
---|---|
httpobjects-client-0.27.0.pom | |
httpobjects-client-0.27.0.jar | 3 KB |
httpobjects-client-0.27.0-sources.jar | 2 KB |
httpobjects-client-0.27.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.httpobjects.client/httpobjects-client/ -->
<dependency>
<groupId>org.httpobjects.client</groupId>
<artifactId>httpobjects-client</artifactId>
<version>0.27.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.client/httpobjects-client/
implementation 'org.httpobjects.client:httpobjects-client:0.27.0'
// https://jarcasting.com/artifacts/org.httpobjects.client/httpobjects-client/
implementation ("org.httpobjects.client:httpobjects-client:0.27.0")
'org.httpobjects.client:httpobjects-client:jar:0.27.0'
<dependency org="org.httpobjects.client" name="httpobjects-client" rev="0.27.0">
<artifact name="httpobjects-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.client', module='httpobjects-client', version='0.27.0')
)
libraryDependencies += "org.httpobjects.client" % "httpobjects-client" % "0.27.0"
[org.httpobjects.client/httpobjects-client "0.27.0"]
Group / Artifact | Type | Version |
---|---|---|
org.httpobjects : httpobjects | jar | 0.27.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |