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