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