MVN

com.aliyun : tea-openapi

Maven & Gradle

Feb 07, 2023
408 usages

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>tea-openapi</artifactId>
    <version>0.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.9

All Versions

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

  • Version Updated
  • tea-openapi-0.2.9

    Feb 07, 2023
  • tea-openapi-0.2.8

    Nov 14, 2022
  • tea-openapi-0.2.7

    Oct 24, 2022
  • tea-openapi-0.2.6

    Sep 20, 2022
  • tea-openapi-0.2.5

    May 26, 2022
  • tea-openapi-0.2.4

    Apr 12, 2022
  • tea-openapi-0.2.3

    Apr 11, 2022
  • tea-openapi-0.2.2

    Dec 22, 2021
  • tea-openapi-0.2.1

    Dec 20, 2021
  • tea-openapi-0.2.0

    Nov 30, 2021
  • tea-openapi-0.1.6

    Nov 26, 2021
  • tea-openapi-0.1.5

    Nov 24, 2021
  • tea-openapi-0.1.4

    Nov 09, 2021
  • tea-openapi-0.1.3

    Sep 23, 2021
  • tea-openapi-0.1.2

    Sep 07, 2021
  • tea-openapi-0.1.1

    Aug 13, 2021
  • tea-openapi-0.1.0

    Jul 15, 2021
  • tea-openapi-0.0.19

    Jul 07, 2021
  • tea-openapi-0.0.18

    Jun 11, 2021
  • tea-openapi-0.0.17

    May 14, 2021
  • tea-openapi-0.0.16

    Apr 26, 2021
  • tea-openapi-0.0.15

    Apr 20, 2021
  • tea-openapi-0.0.14

    Mar 26, 2021
  • tea-openapi-0.0.13

    Mar 10, 2021
  • tea-openapi-0.0.12

    Mar 05, 2021
  • tea-openapi-0.0.11

    Feb 22, 2021
  • tea-openapi-0.0.10

    Feb 20, 2021
  • tea-openapi-0.0.9

    Feb 19, 2021
  • tea-openapi-0.0.8

    Jan 07, 2021
  • tea-openapi-0.0.7

    Dec 11, 2020
  • tea-openapi-0.0.6

    Sep 25, 2020
  • tea-openapi-0.0.5

    Sep 10, 2020
  • tea-openapi-0.0.4

    Sep 08, 2020
  • tea-openapi-0.0.3

    Aug 24, 2020
  • tea-openapi-0.0.2

    Aug 24, 2020
  • tea-openapi-0.0.1

    Aug 13, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>tea-openapi</artifactId>
    <version>0.2.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:tea-openapi:0.2.9'

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

implementation("com.aliyun:tea-openapi:0.2.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "tea-openapi" % "0.2.9"