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