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