MVN

com.lithic.api : lithic-kotlin

Maven & Gradle

Aug 26, 2023
1 stars

Lithic Developer API · The Lithic Developer API is designed to provide a predictable programmatic interface for accessing your Lithic account through an API and transaction webhooks. Note that your API key is a secret and should be treated as such. Don't share it with anyone, including us. We will never ask you for it.

<dependency>
    <groupId>com.lithic.api</groupId>
    <artifactId>lithic-kotlin</artifactId>
    <version>0.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lithic.api : lithic-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.2

All Versions

Choose a version of com.lithic.api : lithic-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
lithic-kotlin-0.12.2
lithic-kotlin-0.12.1
lithic-kotlin-0.12.0
0.11.x
lithic-kotlin-0.11.8
lithic-kotlin-0.11.7
lithic-kotlin-0.11.6
lithic-kotlin-0.11.5
lithic-kotlin-0.11.4
lithic-kotlin-0.11.3
lithic-kotlin-0.11.2
lithic-kotlin-0.11.1
lithic-kotlin-0.11.0
0.10.x
lithic-kotlin-0.10.2

How to add a dependency to Maven

Add the following com.lithic.api : lithic-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lithic.api</groupId>
    <artifactId>lithic-kotlin</artifactId>
    <version>0.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lithic.api : lithic-kotlin gradle dependency to your build.gradle file:

implementation 'com.lithic.api:lithic-kotlin:0.12.2'

Gradle Kotlin DSL: Add the following com.lithic.api : lithic-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lithic.api:lithic-kotlin:0.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lithic.api : lithic-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lithic.api" % "lithic-kotlin" % "0.12.2"