<dependency> <groupId>io.apimatic</groupId> <artifactId>core-interfaces</artifactId> <version>0.1.6</version> </dependency>
implementation 'io.apimatic:core-interfaces:0.1.6'
implementation("io.apimatic:core-interfaces:0.1.6")
libraryDependencies += "io.apimatic" % "core-interfaces" % "0.1.6"
@Grapes( @Grab(group='io.apimatic', module='core-interfaces', version='0.1.6') )
<dependency org="io.apimatic" name="core-interfaces" rev="0.1.6" />
[io.apimatic/core-interfaces "0.1.6"]
'io.apimatic:core-interfaces:jar:0.1.6'
compile
|-- com.squareup.okhttp3:okhttp:4.10.0