l

lithic-kotlin-client-okhttp

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