p

pitmp-maven-plugin

Maven plugin to handle multi-module project for Pitest
https://github.com/STAMP-project
GNU General Public License v3.0
STAMP-Project
Caroline Landry
Files download
File Operation
pitmp-maven-plugin-1.3.4.jar download
pitmp-maven-plugin-1.3.4.pom download
pitmp-maven-plugin-1.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.stamp-project</groupId>
  <artifactId>pitmp-maven-plugin</artifactId>
  <version>1.3.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'eu.stamp-project:pitmp-maven-plugin:1.3.4'
Gradle Kotlin
implementation("eu.stamp-project:pitmp-maven-plugin:1.3.4")
Scala SBT
libraryDependencies += "eu.stamp-project" % "pitmp-maven-plugin" % "1.3.4"
Groovy Grape
@Grapes(
  @Grab(group='eu.stamp-project', module='pitmp-maven-plugin', version='1.3.4')
)
Apache Ivy
<dependency org="eu.stamp-project" name="pitmp-maven-plugin" rev="1.3.4" />
Leiningen
[eu.stamp-project/pitmp-maven-plugin "1.3.4"]
Apache Buildr
'eu.stamp-project:pitmp-maven-plugin:jar:1.3.4'