не последняя версия
Последняя версия 1.7

org.pitest:highwheel-core 1.0


Группа

Группа

org.pitest
Идентификатор

Идентификатор

highwheel-core
Версия

Версия

1.0
Тип

Тип

jar

Скачать highwheel-core 1.0


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