t

testable-maven-plugin

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