is not current version
Last Version 1.9.0

org.pitest:pitest-command-line 1.5.2

Pitest command line tool.

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-command-line
Version

Version

1.5.2
Type

Type

jar

Download pitest-command-line 1.5.2


<!-- https://jarcasting.com/artifacts/org.pitest/pitest-command-line/ -->
<dependency>
    <groupId>org.pitest</groupId>
    <artifactId>pitest-command-line</artifactId>
    <version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest-command-line/
implementation 'org.pitest:pitest-command-line:1.5.2'
// https://jarcasting.com/artifacts/org.pitest/pitest-command-line/
implementation ("org.pitest:pitest-command-line:1.5.2")
'org.pitest:pitest-command-line:jar:1.5.2'
<dependency org="org.pitest" name="pitest-command-line" rev="1.5.2">
  <artifact name="pitest-command-line" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest-command-line', version='1.5.2')
)
libraryDependencies += "org.pitest" % "pitest-command-line" % "1.5.2"
[org.pitest/pitest-command-line "1.5.2"]