m

maven-surefire-plugin

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