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