nicepay-kotlin-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.nicepay-dev</groupId> <artifactId>nicepay-kotlin-client</artifactId> <version>1.0.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>io.github.nicepay-dev</groupId> <artifactId>nicepay-kotlin-client</artifactId> <version>1.0.0</version> <name>nicepay-kotlin-client</name> <description>Official Kotlin client for NICEPAY Payment APIs (SNAP and V2)</description> <url>https://github.com/nicepay-dev/kotlin-nicepay-lib</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>faridilhamuddin</id> <name>Farid Ilhamuddin</name> <email>parid@nicepay.co.id</email> </developer> <developer> <id>alfredcsimanjuntak</id> <name>Alfred Chrisdianto Simanjuntak</name> <email>alfred.chrisdianto@nicepay.co.id</email> </developer> <developer> <id>ariobimo</id> <name>Ario Bimo</name> <email>ario.bimo@nicepay.co.id</email> </developer> <developer> <id>inkafazarillah</id> <name>Inka Fazarillah</name> <email>inka.fazarillah@nicepay.co.id</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/nicepay-dev/kotlin-nicepay-lib.git</connection> <developerConnection>scm:git:ssh://github.com:nicepay-dev/kotlin-nicepay-lib.git</developerConnection> <url>https://github.com/nicepay-dev/kotlin-nicepay-lib</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-jackson</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.17.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.20.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.4.14</version> <scope>runtime</scope> </dependency> </dependencies> </project>