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