p

pitest-annotations

Annotations for pitest
Arcmutate Licence
Files download
File Operation
pitest-annotations-1.0.1.jar download
pitest-annotations-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.groupcdg</groupId>
  <artifactId>pitest-annotations</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.groupcdg:pitest-annotations:1.0.1'
Gradle Kotlin
implementation("com.groupcdg:pitest-annotations:1.0.1")
Scala SBT
libraryDependencies += "com.groupcdg" % "pitest-annotations" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.groupcdg', module='pitest-annotations', version='1.0.1')
)
Apache Ivy
<dependency org="com.groupcdg" name="pitest-annotations" rev="1.0.1" />
Leiningen
[com.groupcdg/pitest-annotations "1.0.1"]
Apache Buildr
'com.groupcdg:pitest-annotations:jar:1.0.1'