Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.pitest |
ArtifactId | ArtifactIdpitest-ant |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
pitest-ant-1.2.1.pom | |
pitest-ant-1.2.1.jar | 724 KB |
pitest-ant-1.2.1-sources.jar | 2 KB |
pitest-ant-1.2.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pitest/pitest-ant/ -->
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-ant</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest-ant/
implementation 'org.pitest:pitest-ant:1.2.1'
// https://jarcasting.com/artifacts/org.pitest/pitest-ant/
implementation ("org.pitest:pitest-ant:1.2.1")
'org.pitest:pitest-ant:jar:1.2.1'
<dependency org="org.pitest" name="pitest-ant" rev="1.2.1">
<artifact name="pitest-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest-ant', version='1.2.1')
)
libraryDependencies += "org.pitest" % "pitest-ant" % "1.2.1"
[org.pitest/pitest-ant "1.2.1"]