Files download
File Operation
tac-infrastructure-0.0.4.jar download
tac-infrastructure-0.0.4.pom download
tac-infrastructure-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>tac-infrastructure</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:tac-infrastructure:0.0.4'
Gradle Kotlin
implementation("com.alibaba:tac-infrastructure:0.0.4")
Scala SBT
libraryDependencies += "com.alibaba" % "tac-infrastructure" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='tac-infrastructure', version='0.0.4')
)
Apache Ivy
<dependency org="com.alibaba" name="tac-infrastructure" rev="0.0.4" />
Leiningen
[com.alibaba/tac-infrastructure "0.0.4"]
Apache Buildr
'com.alibaba:tac-infrastructure:jar:0.0.4'