l

lithic-java

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.
https://docs.lithic.com
Apache-2.0
Lithic
Files download
File Operation
lithic-java-0.38.0.jar download
lithic-java-0.38.0.pom download
lithic-java-0.38.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lithic.api</groupId>
  <artifactId>lithic-java</artifactId>
  <version>0.38.0</version>
</dependency>
Gradle Groovy
implementation 'com.lithic.api:lithic-java:0.38.0'
Gradle Kotlin
implementation("com.lithic.api:lithic-java:0.38.0")
Scala SBT
libraryDependencies += "com.lithic.api" % "lithic-java" % "0.38.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lithic.api', module='lithic-java', version='0.38.0')
)
Apache Ivy
<dependency org="com.lithic.api" name="lithic-java" rev="0.38.0" />
Leiningen
[com.lithic.api/lithic-java "0.38.0"]
Apache Buildr
'com.lithic.api:lithic-java:jar:0.38.0'