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