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