is not current version
Last Version 1.9.0

org.pitest:pitest-entry 1.6.8

Pitest entry point

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-entry
Version

Version

1.6.8
Type

Type

jar

Download pitest-entry 1.6.8


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