server-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.portone</groupId>
<artifactId>server-sdk</artifactId>
<version>0.22.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.portone</groupId>
<artifactId>server-sdk</artifactId>
<version>0.22.0</version>
<name>PortOne Server SDK for JVM</name>
<description>JVM library for integrating PortOne payment infrastructure.</description>
<url>https://github.com/portone-io/server-sdk</url>
<inceptionYear>2024</inceptionYear>
<organization>
<name>PortOne</name>
<url>https://portone.io</url>
</organization>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/mit</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>fina</id>
<email>fina@portone.io</email>
<organization>PortOne</organization>
<organizationUrl>https://portone.io</organizationUrl>
</developer>
<developer>
<id>kai</id>
<email>kai@portone.io</email>
<organization>PortOne</organization>
<organizationUrl>https://portone.io</organizationUrl>
</developer>
<developer>
<id>cosmo</id>
<email>cosmo@portone.io</email>
<organization>PortOne</organization>
<organizationUrl>https://portone.io</organizationUrl>
</developer>
<developer>
<id>kiwiyou</id>
<email>kiwiyou@portone.io</email>
<organization>PortOne</organization>
<organizationUrl>https://portone.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/portone-io/server-sdk.git</connection>
<developerConnection>scm:git:https://github.com/portone-io/server-sdk.git</developerConnection>
<url>https://github.com/portone-io/server-sdk</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/portone-io/server-sdk/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/portone-io/server-sdk/actions</url>
</ciManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json-jvm</artifactId>
<version>1.7.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core-jvm</artifactId>
<version>3.0.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-okhttp-jvm</artifactId>
<version>3.0.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>