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