MVN

org.pitest : highwheel-ant

Maven & Gradle

Aug 28, 2020

highwheel-ant · Highwheel Ant task.

<dependency>
    <groupId>org.pitest</groupId>
    <artifactId>highwheel-ant</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pitest : highwheel-ant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.pitest : highwheel-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
highwheel-ant-1.7
1.6
highwheel-ant-1.6
1.5
highwheel-ant-1.5
1.4
highwheel-ant-1.4
1.3
highwheel-ant-1.3
1.2
highwheel-ant-1.2
1.0
highwheel-ant-1.0

How to add a dependency to Maven

Add the following org.pitest : highwheel-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pitest</groupId>
    <artifactId>highwheel-ant</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pitest : highwheel-ant gradle dependency to your build.gradle file:

implementation 'org.pitest:highwheel-ant:1.7'

Gradle Kotlin DSL: Add the following org.pitest : highwheel-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pitest:highwheel-ant:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pitest : highwheel-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pitest" % "highwheel-ant" % "1.7"

Advertisement