GroupId | GroupIdio.stryker-mutator |
---|---|
ArtifactId | ArtifactIdmutation-testing-elements |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
mutation-testing-elements-1.6.2.pom | |
mutation-testing-elements-1.6.2.jar | 123 KB |
mutation-testing-elements-1.6.2-sources.jar | 123 KB |
mutation-testing-elements-1.6.2-javadoc.jar | 207 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-elements/ -->
<dependency>
<groupId>io.stryker-mutator</groupId>
<artifactId>mutation-testing-elements</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-elements/
implementation 'io.stryker-mutator:mutation-testing-elements:1.6.2'
// https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-elements/
implementation ("io.stryker-mutator:mutation-testing-elements:1.6.2")
'io.stryker-mutator:mutation-testing-elements:jar:1.6.2'
<dependency org="io.stryker-mutator" name="mutation-testing-elements" rev="1.6.2">
<artifact name="mutation-testing-elements" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stryker-mutator', module='mutation-testing-elements', version='1.6.2')
)
libraryDependencies += "io.stryker-mutator" % "mutation-testing-elements" % "1.6.2"
[io.stryker-mutator/mutation-testing-elements "1.6.2"]