Skip to content

DataGSM OpenAPI Software Development Kit for Java

License

Notifications You must be signed in to change notification settings

themoment-team/datagsm-openapi-sdk-java

Repository files navigation

DataGSM OpenAPI SDK for Java

JitPack License Java

DataGSM의 OpenAPI를 추상화된 환경에서 제공합니다.

설치 - Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.themoment-team</groupId>
    <artifactId>datagsm-openapi-sdk-java</artifactId>
    <version>1.0.0</version>
</dependency>

설치 - Gradle

// Groovy DSL
repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.themoment-team:datagsm-openapi-sdk-java:1.0.0'
}
// Kotlin DSL
repositories {
    maven { url("https://jitpack.io") }
}

dependencies {
    implementation("com.github.themoment-team:datagsm-openapi-sdk-java:1.0.0")
}

사용법

자세한 사용법은 기술 문서를 참고하십시오.

About

DataGSM OpenAPI Software Development Kit for Java

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages