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