t

testable-core

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