t

testable-all

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