t

testable-processor

Unit test enhancement toolkit
https://github.com/alibaba/testable-mock
MIT License
金戟
文件下载
文件名 操作
testable-processor-0.3.2.jar 下载
testable-processor-0.3.2.pom 下载
testable-processor-0.3.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.testable</groupId>
  <artifactId>testable-processor</artifactId>
  <version>0.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.testable:testable-processor:0.3.2'
Gradle Kotlin
implementation("com.alibaba.testable:testable-processor:0.3.2")
Scala SBT
libraryDependencies += "com.alibaba.testable" % "testable-processor" % "0.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.testable', module='testable-processor', version='0.3.2')
)
Apache Ivy
<dependency org="com.alibaba.testable" name="testable-processor" rev="0.3.2" />
Leiningen
[com.alibaba.testable/testable-processor "0.3.2"]
Apache Buildr
'com.alibaba.testable:testable-processor:jar:0.3.2'