<dependency> <groupId>com.fizzed</groupId> <artifactId>crux-okhttp-oauth1</artifactId> <version>1.0.28</version> </dependency>
implementation 'com.fizzed:crux-okhttp-oauth1:1.0.28'
implementation("com.fizzed:crux-okhttp-oauth1:1.0.28")
libraryDependencies += "com.fizzed" % "crux-okhttp-oauth1" % "1.0.28"
@Grapes( @Grab(group='com.fizzed', module='crux-okhttp-oauth1', version='1.0.28') )
<dependency org="com.fizzed" name="crux-okhttp-oauth1" rev="1.0.28" />
[com.fizzed/crux-okhttp-oauth1 "1.0.28"]
'com.fizzed:crux-okhttp-oauth1:jar:1.0.28'
<parent> <groupId>com.fizzed</groupId> <artifactId>crux</artifactId> <version>1.0.28</version> </parent>
compile
|-- com.fizzed:crux-okhttp
|-- oauth.signpost:signpost-core:1.2.1.2
|-- se.akerfeldt:okhttp-signpost:1.1.0
test
|-- junit:junit
|-- org.mockito:mockito-core
|-- org.slf4j:slf4j-api
|-- ch.qos.logback:logback-classic
|-- org.bouncycastle:bcprov-jdk15on:1.59