| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.stryker-mutator |
| Идентификатор | Идентификаторmutation-testing-report-schema |
| Версия | Версия1.7.4 |
| Тип | Типjar |
| Описание |
Описаниеmutation-testing-report-schema
The json schema for a mutation testing report.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-report-schema/ -->
<dependency>
<groupId>io.stryker-mutator</groupId>
<artifactId>mutation-testing-report-schema</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-report-schema/
implementation 'io.stryker-mutator:mutation-testing-report-schema:1.7.4'
// https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-report-schema/
implementation ("io.stryker-mutator:mutation-testing-report-schema:1.7.4")
'io.stryker-mutator:mutation-testing-report-schema:jar:1.7.4'
<dependency org="io.stryker-mutator" name="mutation-testing-report-schema" rev="1.7.4">
<artifact name="mutation-testing-report-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stryker-mutator', module='mutation-testing-report-schema', version='1.7.4')
)
libraryDependencies += "io.stryker-mutator" % "mutation-testing-report-schema" % "1.7.4"
[io.stryker-mutator/mutation-testing-report-schema "1.7.4"]