is not current version
Last Version 1.9.0

org.pitest:pitest-entry 1.4.1

Pitest entry point

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-entry
Version

Version

1.4.1
Type

Type

jar

Download pitest-entry 1.4.1


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