MVN

com.qiniu : sdk

Maven & Gradle

Feb 26, 2015
0 stars

java-sdk · Qiniu Resource (Cloud) Storage SDK demo for Java

<dependency>
    <groupId>com.qiniu</groupId>
    <artifactId>sdk</artifactId>
    <version>6.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qiniu : sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.9

All Versions

Choose a version of com.qiniu : sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
sdk-6.1.9
sdk-6.1.7
sdk-6.1.6
sdk-6.1.5
sdk-6.1.2
sdk-6.1.0
6.0.x
sdk-6.0.7
sdk-6.0.3
sdk-6.0.2
sdk-6.0.1
sdk-6.0.0

How to add a dependency to Maven

Add the following com.qiniu : sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.qiniu</groupId>
    <artifactId>sdk</artifactId>
    <version>6.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qiniu : sdk gradle dependency to your build.gradle file:

implementation 'com.qiniu:sdk:6.1.9'

Gradle Kotlin DSL: Add the following com.qiniu : sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qiniu:sdk:6.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qiniu : sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qiniu" % "sdk" % "6.1.9"