c

core-interfaces

An abstract layer of the functionalities provided by apimatic-core-library, okhttp-client-adapter and APIMatic SDKs.
https://github.com/apimatic/core-interfaces-java
MIT License
APIMatic Ltd.
Files download
File Operation
core-interfaces-0.3.1.jar download
core-interfaces-0.3.1.pom download
core-interfaces-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.apimatic</groupId>
  <artifactId>core-interfaces</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.apimatic:core-interfaces:0.3.1'
Gradle Kotlin
implementation("io.apimatic:core-interfaces:0.3.1")
Scala SBT
libraryDependencies += "io.apimatic" % "core-interfaces" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.apimatic', module='core-interfaces', version='0.3.1')
)
Apache Ivy
<dependency org="io.apimatic" name="core-interfaces" rev="0.3.1" />
Leiningen
[io.apimatic/core-interfaces "0.3.1"]
Apache Buildr
'io.apimatic:core-interfaces:jar:0.3.1'