is not current version
Last Version 0.7.7

com.alibaba.testable:testable-core 0.4.5


GroupId

GroupId

com.alibaba.testable
ArtifactId

ArtifactId

testable-core
Version

Version

0.4.5
Type

Type

jar

Download testable-core 0.4.5


<!-- https://jarcasting.com/artifacts/com.alibaba.testable/testable-core/ -->
<dependency>
    <groupId>com.alibaba.testable</groupId>
    <artifactId>testable-core</artifactId>
    <version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-core/
implementation 'com.alibaba.testable:testable-core:0.4.5'
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-core/
implementation ("com.alibaba.testable:testable-core:0.4.5")
'com.alibaba.testable:testable-core:jar:0.4.5'
<dependency org="com.alibaba.testable" name="testable-core" rev="0.4.5">
  <artifact name="testable-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.testable', module='testable-core', version='0.4.5')
)
libraryDependencies += "com.alibaba.testable" % "testable-core" % "0.4.5"
[com.alibaba.testable/testable-core "0.4.5"]