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