License |
License |
---|---|
GroupId | GroupIdcom.groupcdg |
ArtifactId | ArtifactIdpitest-annotations |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpitest-annotations
Annotations for pitest
|
Filename | Size |
---|---|
pitest-annotations-0.2.0.pom | |
pitest-annotations-0.2.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupcdg/pitest-annotations/ -->
<dependency>
<groupId>com.groupcdg</groupId>
<artifactId>pitest-annotations</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupcdg/pitest-annotations/
implementation 'com.groupcdg:pitest-annotations:0.2.0'
// https://jarcasting.com/artifacts/com.groupcdg/pitest-annotations/
implementation ("com.groupcdg:pitest-annotations:0.2.0")
'com.groupcdg:pitest-annotations:jar:0.2.0'
<dependency org="com.groupcdg" name="pitest-annotations" rev="0.2.0">
<artifact name="pitest-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupcdg', module='pitest-annotations', version='0.2.0')
)
libraryDependencies += "com.groupcdg" % "pitest-annotations" % "0.2.0"
[com.groupcdg/pitest-annotations "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0 |
org.assertj : assertj-core | jar | 3.14.0 |
org.mockito : mockito-core | jar | 3.7.7 |