is not current version
Last Version 0.2.0

com.groupcdg:pitest-annotations 0.0.2

Annotations for pitest

GroupId

GroupId

com.groupcdg
ArtifactId

ArtifactId

pitest-annotations
Version

Version

0.0.2
Type

Type

jar

Download pitest-annotations 0.0.2


<!-- https://jarcasting.com/artifacts/com.groupcdg/pitest-annotations/ -->
<dependency>
    <groupId>com.groupcdg</groupId>
    <artifactId>pitest-annotations</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupcdg/pitest-annotations/
implementation 'com.groupcdg:pitest-annotations:0.0.2'
// https://jarcasting.com/artifacts/com.groupcdg/pitest-annotations/
implementation ("com.groupcdg:pitest-annotations:0.0.2")
'com.groupcdg:pitest-annotations:jar:0.0.2'
<dependency org="com.groupcdg" name="pitest-annotations" rev="0.0.2">
  <artifact name="pitest-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupcdg', module='pitest-annotations', version='0.0.2')
)
libraryDependencies += "com.groupcdg" % "pitest-annotations" % "0.0.2"
[com.groupcdg/pitest-annotations "0.0.2"]