License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.groupcdg.pitest |
ArtifactId | ArtifactIdpitest-kotlin-plugin-parent |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionpitest-kotlin-plugin
Kotlin plugin for pitest
|
Project URL |
Project URL |
Filename | Size |
---|---|
pitest-kotlin-plugin-parent-0.1.1.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin-parent/ -->
<dependency>
<groupId>com.groupcdg.pitest</groupId>
<artifactId>pitest-kotlin-plugin-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin-parent/
implementation 'com.groupcdg.pitest:pitest-kotlin-plugin-parent:0.1.1'
// https://jarcasting.com/artifacts/com.groupcdg.pitest/pitest-kotlin-plugin-parent/
implementation ("com.groupcdg.pitest:pitest-kotlin-plugin-parent:0.1.1")
'com.groupcdg.pitest:pitest-kotlin-plugin-parent:pom:0.1.1'
<dependency org="com.groupcdg.pitest" name="pitest-kotlin-plugin-parent" rev="0.1.1">
<artifact name="pitest-kotlin-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.groupcdg.pitest', module='pitest-kotlin-plugin-parent', version='0.1.1')
)
libraryDependencies += "com.groupcdg.pitest" % "pitest-kotlin-plugin-parent" % "0.1.1"
[com.groupcdg.pitest/pitest-kotlin-plugin-parent "0.1.1"]