Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.httpobjects.client |
ArtifactId | ArtifactIdhttpobjects-client |
Version | Version0.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.httpobjects.client/httpobjects-client/ -->
<dependency>
<groupId>org.httpobjects.client</groupId>
<artifactId>httpobjects-client</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.client/httpobjects-client/
implementation 'org.httpobjects.client:httpobjects-client:0.12.0'
// https://jarcasting.com/artifacts/org.httpobjects.client/httpobjects-client/
implementation ("org.httpobjects.client:httpobjects-client:0.12.0")
'org.httpobjects.client:httpobjects-client:jar:0.12.0'
<dependency org="org.httpobjects.client" name="httpobjects-client" rev="0.12.0">
<artifact name="httpobjects-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.client', module='httpobjects-client', version='0.12.0')
)
libraryDependencies += "org.httpobjects.client" % "httpobjects-client" % "0.12.0"
[org.httpobjects.client/httpobjects-client "0.12.0"]