| License |
License |
|---|---|
| GroupId | GroupIdcom.alibaba.testable |
| ArtifactId | ArtifactIdtestable-agent |
| Version | Version0.7.6 |
| Type | Typejar |
| Description |
Descriptiontestable-agent
Unit test enhancement toolkit
|
| Filename | Size |
|---|---|
| testable-agent-0.7.6.pom | |
| testable-agent-0.7.6.jar | 252 KB |
| testable-agent-0.7.6-sources.jar | 49 KB |
| testable-agent-0.7.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-agent/
implementation 'com.alibaba.testable:testable-agent:0.7.6'
// https://jarcasting.com/artifacts/com.alibaba.testable/testable-agent/
implementation ("com.alibaba.testable:testable-agent:0.7.6")
'com.alibaba.testable:testable-agent:jar:0.7.6'
<dependency org="com.alibaba.testable" name="testable-agent" rev="0.7.6">
<artifact name="testable-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.testable', module='testable-agent', version='0.7.6')
)
libraryDependencies += "com.alibaba.testable" % "testable-agent" % "0.7.6"
[com.alibaba.testable/testable-agent "0.7.6"]
| 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.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |