t

testable-all

文件下载
文件名 操作
testable-all-0.4.0.jar 下载
testable-all-0.4.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.testable</groupId>
  <artifactId>testable-all</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.testable:testable-all:0.4.0'
Gradle Kotlin
implementation("com.alibaba.testable:testable-all:0.4.0")
Scala SBT
libraryDependencies += "com.alibaba.testable" % "testable-all" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.testable', module='testable-all', version='0.4.0')
)
Apache Ivy
<dependency org="com.alibaba.testable" name="testable-all" rev="0.4.0" />
Leiningen
[com.alibaba.testable/testable-all "0.4.0"]
Apache Buildr
'com.alibaba.testable:testable-all:jar:0.4.0'