t

testable-core

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