License |
License |
---|---|
GroupId | GroupIdcom.alibaba.testable |
ArtifactId | ArtifactIdtestable-agent |
Version | Version0.7.4 |
Type | Typejar |
Description |
Descriptiontestable-agent
Unit test enhancement toolkit
|
Filename | Size |
---|---|
testable-agent-0.7.4.pom | |
testable-agent-0.7.4.jar | 252 KB |
testable-agent-0.7.4-sources.jar | 49 KB |
testable-agent-0.7.4-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.testable/testable-agent/ -->
<dependency>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-agent</artifactId>
<version>0.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-agent/
implementation 'com.alibaba.testable:testable-agent:0.7.4'
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-agent/
implementation ("com.alibaba.testable:testable-agent:0.7.4")
'com.alibaba.testable:testable-agent:jar:0.7.4'
<dependency org="com.alibaba.testable" name="testable-agent" rev="0.7.4">
<artifact name="testable-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.testable', module='testable-agent', version='0.7.4')
)
libraryDependencies += "com.alibaba.testable" % "testable-agent" % "0.7.4"
[com.alibaba.testable/testable-agent "0.7.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm-tree | jar | 8.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.testable : testable-core | jar | 0.7.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |