lithic-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.lithic.api</groupId>
<artifactId>lithic-java</artifactId>
<version>0.109.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.lithic.api</groupId>
<artifactId>lithic-java</artifactId>
<version>0.109.0</version>
<name>Lithic Developer API</name>
<description>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.</description>
<url>https://docs.lithic.com</url>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>Lithic</name>
<email>sdk-feedback@lithic.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/lithic-com/lithic-java.git</connection>
<developerConnection>scm:git:git://github.com/lithic-com/lithic-java.git</developerConnection>
<url>https://github.com/lithic-com/lithic-java</url>
</scm>
<dependencies>
<dependency>
<groupId>com.lithic.api</groupId>
<artifactId>lithic-java-client-okhttp</artifactId>
<version>0.109.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.8.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>