MVN

com.groupcdg : pitest-git-plugin

Maven & Gradle

Aug 11, 2023
11 usages

pitest-git-plugin · Git integration for pitest

<dependency>
    <groupId>com.groupcdg</groupId>
    <artifactId>pitest-git-plugin</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.groupcdg : pitest-git-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.groupcdg : pitest-git-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
pitest-git-plugin-1.1.1
pitest-git-plugin-1.1.0
1.0.x
pitest-git-plugin-1.0.12
pitest-git-plugin-1.0.11
pitest-git-plugin-1.0.10
pitest-git-plugin-1.0.9
pitest-git-plugin-1.0.8
pitest-git-plugin-1.0.7
pitest-git-plugin-1.0.6
pitest-git-plugin-1.0.5
pitest-git-plugin-1.0.4
pitest-git-plugin-1.0.3
pitest-git-plugin-1.0.2
pitest-git-plugin-1.0.1
pitest-git-plugin-1.0.0
0.3.x
pitest-git-plugin-0.3.0
0.2.x
pitest-git-plugin-0.2.1
pitest-git-plugin-0.2.0
0.1.x
pitest-git-plugin-0.1.3
pitest-git-plugin-0.1.2
pitest-git-plugin-0.1.1
pitest-git-plugin-0.1.0
0.0.x
pitest-git-plugin-0.0.13
pitest-git-plugin-0.0.12
pitest-git-plugin-0.0.11
pitest-git-plugin-0.0.10
pitest-git-plugin-0.0.9
pitest-git-plugin-0.0.8
pitest-git-plugin-0.0.7
pitest-git-plugin-0.0.6
pitest-git-plugin-0.0.5
pitest-git-plugin-0.0.4
pitest-git-plugin-0.0.3
pitest-git-plugin-0.0.2
pitest-git-plugin-0.0.1

How to add a dependency to Maven

Add the following com.groupcdg : pitest-git-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.groupcdg</groupId>
    <artifactId>pitest-git-plugin</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.groupcdg : pitest-git-plugin gradle dependency to your build.gradle file:

implementation 'com.groupcdg:pitest-git-plugin:1.1.1'

Gradle Kotlin DSL: Add the following com.groupcdg : pitest-git-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.groupcdg:pitest-git-plugin:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.groupcdg : pitest-git-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.groupcdg" % "pitest-git-plugin" % "1.1.1"

Advertisement