MVN

com.lithic.api : lithic-java-core

Maven & Gradle

Aug 26, 2023
15 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-java-core</artifactId>
    <version>0.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.12.2

All Versions

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

Version Vulnerabilities Updated
0.12.x
lithic-java-core-0.12.2
lithic-java-core-0.12.1
lithic-java-core-0.12.0
0.11.x
lithic-java-core-0.11.7
lithic-java-core-0.11.6
lithic-java-core-0.11.5
lithic-java-core-0.11.4
lithic-java-core-0.11.3
lithic-java-core-0.11.2
lithic-java-core-0.11.1
lithic-java-core-0.11.0
0.10.x
lithic-java-core-0.10.1
lithic-java-core-0.10.0
0.9.x
lithic-java-core-0.9.0
0.8.x
lithic-java-core-0.8.1
lithic-java-core-0.8.0
0.7.x
lithic-java-core-0.7.0
0.6.x
lithic-java-core-0.6.0
0.5.x
lithic-java-core-0.5.0
0.4.x
lithic-java-core-0.4.0
0.3.x
lithic-java-core-0.3.1
lithic-java-core-0.3.0
0.2.x
lithic-java-core-0.2.0
0.0.x
lithic-java-core-0.0.4
lithic-java-core-0.0.3
lithic-java-core-0.0.2
lithic-java-core-0.0.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.lithic.api:lithic-java-core:0.12.2'

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

implementation("com.lithic.api:lithic-java-core:0.12.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lithic.api" % "lithic-java-core" % "0.12.2"