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