KSC SDK for Java - Core

The KSC SDK for Java - Core module holds the classes that is used by the individual service clients to interact with KSC Web Services. Users need to depend on KSC-java-sdk artifact for accessing individual client classes.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.ksyun-sdk
ArtifactId

ArtifactId

ksyun-java-sdk-core
Last Version

Last Version

2.0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

KSC SDK for Java - Core
The KSC SDK for Java - Core module holds the classes that is used by the individual service clients to interact with KSC Web Services. Users need to depend on KSC-java-sdk artifact for accessing individual client classes.

Download ksyun-java-sdk-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ksyun-sdk/ksyun-java-sdk-core/ -->
<dependency>
    <groupId>com.github.ksyun-sdk</groupId>
    <artifactId>ksyun-java-sdk-core</artifactId>
    <version>2.0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksyun-sdk/ksyun-java-sdk-core/
implementation 'com.github.ksyun-sdk:ksyun-java-sdk-core:2.0.2.1'
// https://jarcasting.com/artifacts/com.github.ksyun-sdk/ksyun-java-sdk-core/
implementation ("com.github.ksyun-sdk:ksyun-java-sdk-core:2.0.2.1")
'com.github.ksyun-sdk:ksyun-java-sdk-core:jar:2.0.2.1'
<dependency org="com.github.ksyun-sdk" name="ksyun-java-sdk-core" rev="2.0.2.1">
  <artifact name="ksyun-java-sdk-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksyun-sdk', module='ksyun-java-sdk-core', version='2.0.2.1')
)
libraryDependencies += "com.github.ksyun-sdk" % "ksyun-java-sdk-core" % "2.0.2.1"
[com.github.ksyun-sdk/ksyun-java-sdk-core "2.0.2.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.2
joda-time : joda-time jar 2.8.1
com.fasterxml.jackson.core : jackson-databind jar 2.9.0
cglib : cglib-nodep jar 2.2.2

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2.1
2.0.2
2.0.1
2.0.0