Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.openstack4j.core |
ArtifactId | ArtifactIdit-httpclient |
Version | Version3.9 |
Type | Typejar |
Filename | Size |
---|---|
it-httpclient-3.9.pom | |
it-httpclient-3.9.jar | 1 KB |
it-httpclient-3.9-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.openstack4j.core/it-httpclient/ -->
<dependency>
<groupId>com.github.openstack4j.core</groupId>
<artifactId>it-httpclient</artifactId>
<version>3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.openstack4j.core/it-httpclient/
implementation 'com.github.openstack4j.core:it-httpclient:3.9'
// https://jarcasting.com/artifacts/com.github.openstack4j.core/it-httpclient/
implementation ("com.github.openstack4j.core:it-httpclient:3.9")
'com.github.openstack4j.core:it-httpclient:jar:3.9'
<dependency org="com.github.openstack4j.core" name="it-httpclient" rev="3.9">
<artifact name="it-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.openstack4j.core', module='it-httpclient', version='3.9')
)
libraryDependencies += "com.github.openstack4j.core" % "it-httpclient" % "3.9"
[com.github.openstack4j.core/it-httpclient "3.9"]