GroupId | GroupIdio.stryker-mutator |
---|---|
ArtifactId | ArtifactIdmutation-testing-elements |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
mutation-testing-elements-1.4.1.pom | |
mutation-testing-elements-1.4.1.jar | 225 KB |
mutation-testing-elements-1.4.1-sources.jar | 225 KB |
mutation-testing-elements-1.4.1-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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-elements/
implementation 'io.stryker-mutator:mutation-testing-elements:1.4.1'
// https://jarcasting.com/artifacts/io.stryker-mutator/mutation-testing-elements/
implementation ("io.stryker-mutator:mutation-testing-elements:1.4.1")
'io.stryker-mutator:mutation-testing-elements:jar:1.4.1'
<dependency org="io.stryker-mutator" name="mutation-testing-elements" rev="1.4.1">
<artifact name="mutation-testing-elements" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stryker-mutator', module='mutation-testing-elements', version='1.4.1')
)
libraryDependencies += "io.stryker-mutator" % "mutation-testing-elements" % "1.4.1"
[io.stryker-mutator/mutation-testing-elements "1.4.1"]