GroupId | GroupIdorg.pitest |
---|---|
ArtifactId | ArtifactIdpitest-command-line |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
pitest-command-line-1.1.1.pom | |
pitest-command-line-1.1.1.jar | 704 KB |
pitest-command-line-1.1.1-sources.jar | 7 KB |
pitest-command-line-1.1.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pitest/pitest-command-line/ -->
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-command-line</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest-command-line/
implementation 'org.pitest:pitest-command-line:1.1.1'
// https://jarcasting.com/artifacts/org.pitest/pitest-command-line/
implementation ("org.pitest:pitest-command-line:1.1.1")
'org.pitest:pitest-command-line:jar:1.1.1'
<dependency org="org.pitest" name="pitest-command-line" rev="1.1.1">
<artifact name="pitest-command-line" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest-command-line', version='1.1.1')
)
libraryDependencies += "org.pitest" % "pitest-command-line" % "1.1.1"
[org.pitest/pitest-command-line "1.1.1"]