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