MVN

com.aliyun : tea-util

Maven & Gradle

Nov 16, 2022
524 usages

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

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

Latest Version

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

  • Latest Stable: 0.2.16

All Versions

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

  • Version Updated
  • tea-util-0.2.16

    Nov 16, 2022
  • tea-util-0.2.15

    Oct 30, 2022
  • tea-util-0.2.14

    Jul 05, 2022
  • tea-util-0.2.13

    Jul 27, 2021
  • tea-util-0.2.12

    May 14, 2021
  • tea-util-0.2.11

    Mar 09, 2021
  • tea-util-0.2.10

    Feb 09, 2021
  • tea-util-0.2.9

    Dec 18, 2020
  • tea-util-0.2.8

    Oct 22, 2020
  • tea-util-0.2.7

    Sep 08, 2020
  • tea-util-0.2.6

    Sep 03, 2020
  • tea-util-0.2.5

    Sep 03, 2020
  • tea-util-0.2.3

    Aug 25, 2020
  • tea-util-0.2.2

    Jul 23, 2020
  • tea-util-0.2.1

    Jun 29, 2020
  • tea-util-0.1.11

    May 20, 2020
  • tea-util-0.1.10

    Apr 28, 2020
  • tea-util-0.1.9

    Apr 17, 2020
  • tea-util-0.1.8

    Apr 07, 2020
  • tea-util-0.1.6

    Mar 11, 2020
  • tea-util-0.1.5

    Feb 28, 2020
  • tea-util-0.1.4

    Feb 21, 2020
  • tea-util-0.1.3

    Feb 21, 2020
  • tea-util-0.1.2

    Feb 20, 2020
  • tea-util-0.1.1

    Feb 12, 2020
  • tea-util-0.1.0

    Feb 12, 2020
  • tea-util-0.0.1

    Feb 10, 2020

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>tea-util</artifactId>
    <version>0.2.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:tea-util:0.2.16'

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

implementation("com.aliyun:tea-util:0.2.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "tea-util" % "0.2.16"