Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.groupcdg.pitest |
ArtifactId | ArtifactIdpitest-kotlin-plugin |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
pitest-kotlin-plugin-0.0.3.pom | |
pitest-kotlin-plugin-0.0.3.jar | 43 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.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"]