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