License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.groupcdg.pitest |
ArtifactId | ArtifactIdpitest-kotlin-plugin |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpitest-kotlin-plugin
Kotlin support for pitest
|
Filename | Size |
---|---|
pitest-kotlin-plugin-0.1.1.pom | |
pitest-kotlin-plugin-0.1.1.jar | 42 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin/
implementation 'com.groupcdg.pitest:pitest-kotlin-plugin:0.1.1'
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin/
implementation ("com.groupcdg.pitest:pitest-kotlin-plugin:0.1.1")
'com.groupcdg.pitest:pitest-kotlin-plugin:jar:0.1.1'
<dependency org="com.groupcdg.pitest" name="pitest-kotlin-plugin" rev="0.1.1">
<artifact name="pitest-kotlin-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupcdg.pitest', module='pitest-kotlin-plugin', version='0.1.1')
)
libraryDependencies += "com.groupcdg.pitest" % "pitest-kotlin-plugin" % "0.1.1"
[com.groupcdg.pitest/pitest-kotlin-plugin "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.pitest : pitest | jar | 1.8.0 |
org.pitest : pitest-entry | jar | 1.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.pitest : pitest | test-jar | 1.8.0 |
org.pitest : pitest-entry | test-jar | 1.8.0 |
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 |