t

testable-maven-plugin

Files download
File Operation
testable-maven-plugin-0.7.6.jar download
testable-maven-plugin-0.7.6.pom download
testable-maven-plugin-0.7.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.testable</groupId>
  <artifactId>testable-maven-plugin</artifactId>
  <version>0.7.6</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba.testable:testable-maven-plugin:0.7.6'
Gradle Kotlin
implementation("com.alibaba.testable:testable-maven-plugin:0.7.6")
Scala SBT
libraryDependencies += "com.alibaba.testable" % "testable-maven-plugin" % "0.7.6"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.testable', module='testable-maven-plugin', version='0.7.6')
)
Apache Ivy
<dependency org="com.alibaba.testable" name="testable-maven-plugin" rev="0.7.6" />
Leiningen
[com.alibaba.testable/testable-maven-plugin "0.7.6"]
Apache Buildr
'com.alibaba.testable:testable-maven-plugin:jar:0.7.6'