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