GroupId | GroupIdorg.pitest |
---|---|
ArtifactId | ArtifactIdpitest |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
pitest-1.1.0.pom | |
pitest-1.1.0.jar | 1 MB |
pitest-1.1.0-tests.jar | 719 KB |
pitest-1.1.0-sources.jar | 340 KB |
pitest-1.1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pitest/pitest/ -->
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest/
implementation 'org.pitest:pitest:1.1.0'
// https://jarcasting.com/artifacts/org.pitest/pitest/
implementation ("org.pitest:pitest:1.1.0")
'org.pitest:pitest:jar:1.1.0'
<dependency org="org.pitest" name="pitest" rev="1.1.0">
<artifact name="pitest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest', version='1.1.0')
)
libraryDependencies += "org.pitest" % "pitest" % "1.1.0"
[org.pitest/pitest "1.1.0"]