MVN

com.aliyun : oss-baseclient

Maven & Gradle

Jan 22, 2020
1 usages

oss-baseclient · Aliyun OSS SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>oss-baseclient</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun : oss-baseclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.aliyun : oss-baseclient to add to Maven or Gradle - All Versions:

  • Version Updated
  • oss-baseclient-1.1.1

    Jan 22, 2020
  • oss-baseclient-1.1.0

    Dec 19, 2019
  • oss-baseclient-1.0.0

    Dec 06, 2019

How to add a dependency to Maven

Add the following com.aliyun : oss-baseclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>oss-baseclient</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun : oss-baseclient gradle dependency to your build.gradle file:

implementation 'com.aliyun:oss-baseclient:1.1.1'

Gradle Kotlin DSL: Add the following com.aliyun : oss-baseclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun:oss-baseclient:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun : oss-baseclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun" % "oss-baseclient" % "1.1.1"