is not current version
Last Version 0.1.1

com.groupcdg.pitest:pitest-kotlin-plugin 0.0.3

Kotlin support for pitest

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.groupcdg.pitest
ArtifactId

ArtifactId

pitest-kotlin-plugin
Version

Version

0.0.3
Type

Type

jar

Download pitest-kotlin-plugin 0.0.3


<!-- https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin/ -->
<dependency>
    <groupId>com.groupcdg.pitest</groupId>
    <artifactId>pitest-kotlin-plugin</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin/
implementation 'com.groupcdg.pitest:pitest-kotlin-plugin:0.0.3'
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin/
implementation ("com.groupcdg.pitest:pitest-kotlin-plugin:0.0.3")
'com.groupcdg.pitest:pitest-kotlin-plugin:jar:0.0.3'
<dependency org="com.groupcdg.pitest" name="pitest-kotlin-plugin" rev="0.0.3">
  <artifact name="pitest-kotlin-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupcdg.pitest', module='pitest-kotlin-plugin', version='0.0.3')
)
libraryDependencies += "com.groupcdg.pitest" % "pitest-kotlin-plugin" % "0.0.3"
[com.groupcdg.pitest/pitest-kotlin-plugin "0.0.3"]