m

maven-surefire-plugin

Maven Surefire MOJO in maven-surefire-plugin.
文件下载
文件名 操作
maven-surefire-plugin-2.20.1.jar 下载
maven-surefire-plugin-2.20.1.pom 下载
maven-surefire-plugin-2.20.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-surefire-plugin</artifactId>
  <version>2.20.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.maven.plugins:maven-surefire-plugin:2.20.1'
Gradle Kotlin
implementation("org.apache.maven.plugins:maven-surefire-plugin:2.20.1")
Scala SBT
libraryDependencies += "org.apache.maven.plugins" % "maven-surefire-plugin" % "2.20.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven.plugins', module='maven-surefire-plugin', version='2.20.1')
)
Apache Ivy
<dependency org="org.apache.maven.plugins" name="maven-surefire-plugin" rev="2.20.1" />
Leiningen
[org.apache.maven.plugins/maven-surefire-plugin "2.20.1"]
Apache Buildr
'org.apache.maven.plugins:maven-surefire-plugin:jar:2.20.1'