License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.groupcdg.pitest |
ArtifactId | ArtifactIdpitest-kotlin-plugin |
Version | Version0.0.4 |
Type | Typejar |
Description |
Descriptionpitest-kotlin-plugin
Kotlin support for pitest
|
Filename | Size |
---|---|
pitest-kotlin-plugin-0.0.4.pom | |
pitest-kotlin-plugin-0.0.4.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin/ -->
<dependency>
<groupId>com.groupcdg.pitest</groupId>
<artifactId>pitest-kotlin-plugin</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin/
implementation 'com.groupcdg.pitest:pitest-kotlin-plugin:0.0.4'
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin/
implementation ("com.groupcdg.pitest:pitest-kotlin-plugin:0.0.4")
'com.groupcdg.pitest:pitest-kotlin-plugin:jar:0.0.4'
<dependency org="com.groupcdg.pitest" name="pitest-kotlin-plugin" rev="0.0.4">
<artifact name="pitest-kotlin-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupcdg.pitest', module='pitest-kotlin-plugin', version='0.0.4')
)
libraryDependencies += "com.groupcdg.pitest" % "pitest-kotlin-plugin" % "0.0.4"
[com.groupcdg.pitest/pitest-kotlin-plugin "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.pitest : pitest | jar | 1.7.6 |
org.pitest : pitest-entry | jar | 1.7.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.pitest : pitest | test-jar | 1.7.6 |
org.pitest : pitest-entry | test-jar | 1.7.6 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.5.30 |
org.assertj : assertj-core | jar | 3.20.2 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.2 |