License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdio.atlasmap |
ArtifactId | ArtifactIdcoverage-report |
Last Version | Last Version2.4.0-M.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnit Test Coverage Report
AtlasMap Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
coverage-report-2.4.0-M.4.pom | 6 KB |
coverage-report-2.4.0-M.4-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atlasmap/coverage-report/ -->
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>coverage-report</artifactId>
<version>2.4.0-M.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap/coverage-report/
implementation 'io.atlasmap:coverage-report:2.4.0-M.4'
// https://jarcasting.com/artifacts/io.atlasmap/coverage-report/
implementation ("io.atlasmap:coverage-report:2.4.0-M.4")
'io.atlasmap:coverage-report:jar:2.4.0-M.4'
<dependency org="io.atlasmap" name="coverage-report" rev="2.4.0-M.4">
<artifact name="coverage-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap', module='coverage-report', version='2.4.0-M.4')
)
libraryDependencies += "io.atlasmap" % "coverage-report" % "2.4.0-M.4"
[io.atlasmap/coverage-report "2.4.0-M.4"]