GroupId | GroupIdcom.groupcdg.pitest |
---|---|
ArtifactId | ArtifactIdextended-mutators |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
extended-mutators-0.1.0.pom | |
extended-mutators-0.1.0.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupcdg.pitest/extended-mutators/ -->
<dependency>
<groupId>com.groupcdg.pitest</groupId>
<artifactId>extended-mutators</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupcdg.pitest/extended-mutators/
implementation 'com.groupcdg.pitest:extended-mutators:0.1.0'
// https://jarcasting.com/artifacts/com.groupcdg.pitest/extended-mutators/
implementation ("com.groupcdg.pitest:extended-mutators:0.1.0")
'com.groupcdg.pitest:extended-mutators:jar:0.1.0'
<dependency org="com.groupcdg.pitest" name="extended-mutators" rev="0.1.0">
<artifact name="extended-mutators" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupcdg.pitest', module='extended-mutators', version='0.1.0')
)
libraryDependencies += "com.groupcdg.pitest" % "extended-mutators" % "0.1.0"
[com.groupcdg.pitest/extended-mutators "0.1.0"]