<dependency> <groupId>com.fizzed</groupId> <artifactId>crux-okhttp-oauth1</artifactId> <version>0.27.0</version> </dependency>
implementation 'com.fizzed:crux-okhttp-oauth1:0.27.0'
implementation("com.fizzed:crux-okhttp-oauth1:0.27.0")
libraryDependencies += "com.fizzed" % "crux-okhttp-oauth1" % "0.27.0"
@Grapes( @Grab(group='com.fizzed', module='crux-okhttp-oauth1', version='0.27.0') )
<dependency org="com.fizzed" name="crux-okhttp-oauth1" rev="0.27.0" />
[com.fizzed/crux-okhttp-oauth1 "0.27.0"]
'com.fizzed:crux-okhttp-oauth1:jar:0.27.0'
<parent> <groupId>com.fizzed</groupId> <artifactId>crux</artifactId> <version>0.27.0</version> </parent>
compile
|-- 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