License |
License |
---|---|
GroupId | GroupIdcom.alibaba.testable |
ArtifactId | ArtifactIdtestable-core |
Version | Version0.7.2 |
Type | Typejar |
Description |
Descriptiontestable-core
Unit test enhancement toolkit
|
Filename | Size |
---|---|
testable-core-0.7.2.pom | |
testable-core-0.7.2.jar | 58 KB |
testable-core-0.7.2-sources.jar | 30 KB |
testable-core-0.7.2-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.testable/testable-core/ -->
<dependency>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-core</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-core/
implementation 'com.alibaba.testable:testable-core:0.7.2'
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-core/
implementation ("com.alibaba.testable:testable-core:0.7.2")
'com.alibaba.testable:testable-core:jar:0.7.2'
<dependency org="com.alibaba.testable" name="testable-core" rev="0.7.2">
<artifact name="testable-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.testable', module='testable-core', version='0.7.2')
)
libraryDependencies += "com.alibaba.testable" % "testable-core" % "0.7.2"
[com.alibaba.testable/testable-core "0.7.2"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : transmittable-thread-local | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |