Jar examples for k:ksyun-java-sdk-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.
You can download jar file ksyun-java-sdk-core 2.0.2 in this page.
You can use the following script to add ksyun-java-sdk-core-2.0.2.jar to your project.
<dependency> <groupId>com.github.ksyun-sdk</groupId> <artifactId>ksyun-java-sdk-core</artifactId> <version>2.0.2</version> </dependency>
compile group: 'com.github.ksyun-sdk', name: 'ksyun-java-sdk-core', version: '2.0.2'
libraryDependencies += "com.github.ksyun-sdk" % "ksyun-java-sdk-core" % "2.0.2"
<dependency org="com.github.ksyun-sdk" name="ksyun-java-sdk-core" rev="2.0.2"/>
@Grapes(@Grab(group='com.github.ksyun-sdk', module='ksyun-java-sdk-core', version='2.0.2'))
'com.github.ksyun-sdk:ksyun-java-sdk-core:jar:2.0.2'
Click the following link to download the jar file.
ksyun-java-sdk-core-2.0.2-javadoc.jar