is not current version
Last Version 1.7

org.pitest:highwheel-core 1.3


GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

highwheel-core
Version

Version

1.3
Type

Type

jar

Download highwheel-core 1.3


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