| License |
License |
|---|---|
| Categories |
CategoriesJaCoCo Application Testing & Monitoring Code Coverage |
| GroupId | GroupIdcom.github.ishestakov.carnotzet |
| ArtifactId | ArtifactIdjacoco-extension |
| Last Version | Last Version0.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.ishestakov.carnotzet:jacoco-extension
Carnotzet project extension for collecting JaCoCo statistics on docker containers.
The extension will add and configure JaCoCo java agent to run on specific Carnotzet modules.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jacoco-extension-0.0.7.pom | |
| jacoco-extension-0.0.7.jar | 267 KB |
| jacoco-extension-0.0.7-sources.jar | 11 KB |
| jacoco-extension-0.0.7-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ishestakov.carnotzet/jacoco-extension/ -->
<dependency>
<groupId>com.github.ishestakov.carnotzet</groupId>
<artifactId>jacoco-extension</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ishestakov.carnotzet/jacoco-extension/
implementation 'com.github.ishestakov.carnotzet:jacoco-extension:0.0.7'
// https://jarcasting.com/artifacts/com.github.ishestakov.carnotzet/jacoco-extension/
implementation ("com.github.ishestakov.carnotzet:jacoco-extension:0.0.7")
'com.github.ishestakov.carnotzet:jacoco-extension:jar:0.0.7'
<dependency org="com.github.ishestakov.carnotzet" name="jacoco-extension" rev="0.0.7">
<artifact name="jacoco-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ishestakov.carnotzet', module='jacoco-extension', version='0.0.7')
)
libraryDependencies += "com.github.ishestakov.carnotzet" % "jacoco-extension" % "0.0.7"
[com.github.ishestakov.carnotzet/jacoco-extension "0.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.swissquote : carnotzet-core | jar | 1.8.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.swissquote : zet-maven-plugin | jar | 1.8.5 |
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.hamcrest : hamcrest-all | jar | 1.3 |