t

tea

Aliyun tea for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com
http://www.aliyun.com
The Apache License, Version 2.0
Aliyun SDK
Files download
File Operation
tea-1.1.13.jar download
tea-1.1.13.pom download
tea-1.1.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aliyun</groupId>
  <artifactId>tea</artifactId>
  <version>1.1.13</version>
</dependency>
Gradle Groovy
implementation 'com.aliyun:tea:1.1.13'
Gradle Kotlin
implementation("com.aliyun:tea:1.1.13")
Scala SBT
libraryDependencies += "com.aliyun" % "tea" % "1.1.13"
Groovy Grape
@Grapes(
  @Grab(group='com.aliyun', module='tea', version='1.1.13')
)
Apache Ivy
<dependency org="com.aliyun" name="tea" rev="1.1.13" />
Leiningen
[com.aliyun/tea "1.1.13"]
Apache Buildr
'com.aliyun:tea:jar:1.1.13'