GroupId | GroupIdcom.okta.commons |
---|---|
ArtifactId | ArtifactIdokta-http-okhttp |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
okta-http-okhttp-1.2.1.pom | |
okta-http-okhttp-1.2.1.jar | 9 KB |
okta-http-okhttp-1.2.1-sources.jar | 5 KB |
okta-http-okhttp-1.2.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.okta.commons/okta-http-okhttp/ -->
<dependency>
<groupId>com.okta.commons</groupId>
<artifactId>okta-http-okhttp</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.okta.commons/okta-http-okhttp/
implementation 'com.okta.commons:okta-http-okhttp:1.2.1'
// https://jarcasting.com/artifacts/com.okta.commons/okta-http-okhttp/
implementation ("com.okta.commons:okta-http-okhttp:1.2.1")
'com.okta.commons:okta-http-okhttp:jar:1.2.1'
<dependency org="com.okta.commons" name="okta-http-okhttp" rev="1.2.1">
<artifact name="okta-http-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.okta.commons', module='okta-http-okhttp', version='1.2.1')
)
libraryDependencies += "com.okta.commons" % "okta-http-okhttp" % "1.2.1"
[com.okta.commons/okta-http-okhttp "1.2.1"]