| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdio.atlasmap |
| ArtifactId | ArtifactIdcoverage-report |
| Version | Version1.43.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| coverage-report-1.43.0.pom | 4 KB |
| coverage-report-1.43.0-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap/coverage-report/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>coverage-report</artifactId>
<version>1.43.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/coverage-report/
implementation 'io.atlasmap:coverage-report:1.43.0'
// https://jarcasting.com/artifacts/io.atlasmap/coverage-report/
implementation ("io.atlasmap:coverage-report:1.43.0")
'io.atlasmap:coverage-report:jar:1.43.0'
<dependency org="io.atlasmap" name="coverage-report" rev="1.43.0">
<artifact name="coverage-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='coverage-report', version='1.43.0')
)
libraryDependencies += "io.atlasmap" % "coverage-report" % "1.43.0"
[io.atlasmap/coverage-report "1.43.0"]