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.
文件下载
文件名 操作
core-interfaces-0.3.0.jar 下载
core-interfaces-0.3.0.pom 下载
core-interfaces-0.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.apimatic</groupId>
  <artifactId>core-interfaces</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.apimatic:core-interfaces:0.3.0'
Gradle Kotlin
implementation("io.apimatic:core-interfaces:0.3.0")
Scala SBT
libraryDependencies += "io.apimatic" % "core-interfaces" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.apimatic', module='core-interfaces', version='0.3.0')
)
Apache Ivy
<dependency org="io.apimatic" name="core-interfaces" rev="0.3.0" />
Leiningen
[io.apimatic/core-interfaces "0.3.0"]
Apache Buildr
'io.apimatic:core-interfaces:jar:0.3.0'