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.12.jar download
tea-1.1.12.pom download
tea-1.1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aliyun</groupId>
  <artifactId>tea</artifactId>
  <version>1.1.12</version>
</dependency>
Gradle Groovy
implementation 'com.aliyun:tea:1.1.12'
Gradle Kotlin
implementation("com.aliyun:tea:1.1.12")
Scala SBT
libraryDependencies += "com.aliyun" % "tea" % "1.1.12"
Groovy Grape
@Grapes(
  @Grab(group='com.aliyun', module='tea', version='1.1.12')
)
Apache Ivy
<dependency org="com.aliyun" name="tea" rev="1.1.12" />
Leiningen
[com.aliyun/tea "1.1.12"]
Apache Buildr
'com.aliyun:tea:jar:1.1.12'