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