GroupId | GroupIdcom.fizzed |
---|---|
ArtifactId | ArtifactIdcrux-okhttp-oauth1 |
Version | Version0.12.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fizzed/crux-okhttp-oauth1/ -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>crux-okhttp-oauth1</artifactId>
<version>0.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/crux-okhttp-oauth1/
implementation 'com.fizzed:crux-okhttp-oauth1:0.12.1'
// https://jarcasting.com/artifacts/com.fizzed/crux-okhttp-oauth1/
implementation ("com.fizzed:crux-okhttp-oauth1:0.12.1")
'com.fizzed:crux-okhttp-oauth1:jar:0.12.1'
<dependency org="com.fizzed" name="crux-okhttp-oauth1" rev="0.12.1">
<artifact name="crux-okhttp-oauth1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='crux-okhttp-oauth1', version='0.12.1')
)
libraryDependencies += "com.fizzed" % "crux-okhttp-oauth1" % "0.12.1"
[com.fizzed/crux-okhttp-oauth1 "0.12.1"]