MVN

com.aliyun : tea

Maven & Gradle

Mar 23, 2023
561 usages
3 stars

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

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

Latest Version

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

  • Latest Stable: 1.2.7

All Versions

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

  • Version Updated
  • tea-1.2.7

    Mar 23, 2023
  • tea-1.2.6

    Mar 09, 2023
  • tea-1.2.5

    Feb 21, 2023
  • tea-1.2.4

    Feb 08, 2023
  • tea-1.2.3

    Nov 17, 2022
  • tea-1.2.2

    Oct 20, 2022
  • tea-1.2.1

    Sep 02, 2022
  • tea-1.2.0

    May 26, 2022
  • tea-1.1.15

    Dec 20, 2021
  • tea-1.1.14

    Sep 23, 2021
  • tea-1.1.13

    Aug 03, 2021
  • tea-1.1.12

    Aug 03, 2021
  • tea-1.1.11

    May 19, 2021
  • tea-1.1.10

    Apr 28, 2021
  • tea-1.1.9

    Mar 11, 2021
  • tea-1.1.8

    Feb 17, 2021
  • tea-1.1.7

    Jan 27, 2021
  • tea-1.1.6

    Jan 12, 2021
  • tea-1.1.5

    Dec 31, 2020
  • tea-1.1.4

    Dec 23, 2020
  • tea-1.1.3

    Nov 03, 2020
  • tea-1.1.2

    Oct 14, 2020
  • tea-1.1.1

    Oct 10, 2020
  • tea-1.1.0

    Sep 23, 2020
  • tea-1.0.8

    Sep 22, 2020
  • tea-1.0.7

    Sep 15, 2020
  • tea-1.0.6

    Sep 08, 2020
  • tea-1.0.5

    Sep 02, 2020
  • tea-1.0.4

    Aug 21, 2020
  • tea-1.0.3

    Aug 14, 2020
  • tea-1.0.2

    Aug 06, 2020
  • tea-1.0.1

    Aug 06, 2020
  • tea-1.0.0

    Jul 30, 2020
  • tea-0.2.4

    Jul 30, 2020
  • tea-0.2.3

    Jul 28, 2020
  • tea-0.2.2

    Jul 27, 2020
  • tea-0.2.1

    Jul 21, 2020
  • tea-0.2.0

    Jul 17, 2020
  • tea-0.1.6

    Jun 18, 2020
  • tea-0.1.5

    May 19, 2020
  • tea-0.1.4

    Apr 28, 2020
  • tea-0.1.3

    Apr 13, 2020
  • tea-0.1.2

    Apr 13, 2020
  • tea-0.1.1

    Apr 10, 2020
  • tea-0.1.0

    Apr 01, 2020
  • tea-0.0.24

    Mar 19, 2020
  • tea-0.0.23

    Mar 10, 2020
  • tea-0.0.22

    Mar 04, 2020
  • tea-0.0.21

    Mar 04, 2020
  • tea-0.0.20

    Mar 02, 2020
  • tea-0.0.19

    Jan 20, 2020
  • tea-0.0.18

    Jan 18, 2020
  • tea-0.0.17

    Jan 09, 2020
  • tea-0.0.16

    Dec 04, 2019
  • tea-0.0.15

    Nov 28, 2019
  • tea-0.0.14

    Nov 27, 2019
  • tea-0.0.13

    Nov 26, 2019
  • tea-0.0.12

    Nov 18, 2019
  • tea-0.0.11

    Nov 05, 2019
  • tea-0.0.10

    Oct 30, 2019
  • tea-0.0.9

    Oct 28, 2019
  • tea-0.0.8

    Oct 23, 2019
  • tea-0.0.7

    Oct 21, 2019
  • tea-0.0.6

    Oct 17, 2019
  • tea-0.0.5

    Oct 14, 2019
  • tea-0.0.4

    Oct 14, 2019
  • tea-0.0.2

    Oct 10, 2019
  • tea-0.0.3

    Oct 09, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>tea</artifactId>
    <version>1.2.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:tea:1.2.7'

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

implementation("com.aliyun:tea:1.2.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "tea" % "1.2.7"