MVN

io.apimatic : core-interfaces

Maven & Gradle

May 15, 2023
1 stars

core-interfaces · An abstract layer of the functionalities provided by apimatic-core-library, okhttp-client-adapter and APIMatic SDKs.

<dependency>
    <groupId>io.apimatic</groupId>
    <artifactId>core-interfaces</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.apimatic : core-interfaces to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of io.apimatic : core-interfaces to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
core-interfaces-0.1.7
core-interfaces-0.1.6
core-interfaces-0.1.5
core-interfaces-0.1.4
core-interfaces-0.1.3
core-interfaces-0.1.2
core-interfaces-0.1.1
core-interfaces-0.1.0

How to add a dependency to Maven

Add the following io.apimatic : core-interfaces maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.apimatic</groupId>
    <artifactId>core-interfaces</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.apimatic : core-interfaces gradle dependency to your build.gradle file:

implementation 'io.apimatic:core-interfaces:0.1.7'

Gradle Kotlin DSL: Add the following io.apimatic : core-interfaces gradle kotlin dependency to your build.gradle.kts file:

implementation("io.apimatic:core-interfaces:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.apimatic : core-interfaces sbt scala dependency to your build.sbt file:

libraryDependencies += "io.apimatic" % "core-interfaces" % "0.1.7"