is not current version
Last Version 0.1.1

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

Kotlin support for pitest

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.groupcdg.pitest
ArtifactId

ArtifactId

pitest-kotlin-plugin
Version

Version

0.0.1
Type

Type

jar

Download pitest-kotlin-plugin 0.0.1


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