<dependency> <groupId>io.apimatic</groupId> <artifactId>okhttp-client-adapter</artifactId> <version>0.3.2</version> </dependency>
implementation 'io.apimatic:okhttp-client-adapter:0.3.2'
implementation("io.apimatic:okhttp-client-adapter:0.3.2")
libraryDependencies += "io.apimatic" % "okhttp-client-adapter" % "0.3.2"
@Grapes( @Grab(group='io.apimatic', module='okhttp-client-adapter', version='0.3.2') )
<dependency org="io.apimatic" name="okhttp-client-adapter" rev="0.3.2" />
[io.apimatic/okhttp-client-adapter "0.3.2"]
'io.apimatic:okhttp-client-adapter:jar:0.3.2'
compile
|-- com.squareup.okhttp3:okhttp:4.12.0
|-- io.apimatic:core-interfaces
test
|-- org.jacoco:jacoco-maven-plugin:0.8.10
|-- junit:junit:4.13.2
|-- org.mockito:mockito-core:4.11.0
|-- org.mockito:mockito-inline:4.11.0
|-- org.hamcrest:hamcrest-all:1.3