GroupId | GroupIdcom.alibaba.testable |
---|---|
ArtifactId | ArtifactIdtestable-core |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
testable-core-0.5.0.pom | |
testable-core-0.5.0.jar | 40 KB |
testable-core-0.5.0-sources.jar | 19 KB |
testable-core-0.5.0-javadoc.jar | 194 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.testable/testable-core/ -->
<dependency>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-core/
implementation 'com.alibaba.testable:testable-core:0.5.0'
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-core/
implementation ("com.alibaba.testable:testable-core:0.5.0")
'com.alibaba.testable:testable-core:jar:0.5.0'
<dependency org="com.alibaba.testable" name="testable-core" rev="0.5.0">
<artifact name="testable-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.testable', module='testable-core', version='0.5.0')
)
libraryDependencies += "com.alibaba.testable" % "testable-core" % "0.5.0"
[com.alibaba.testable/testable-core "0.5.0"]