| 组织ID: |
org.jacoco |
| 项目ID: |
org.jacoco.report |
| 版本: |
0.8.5 |
| 最后修改时间: |
2019-10-12 20:42:27 |
| 包类型: |
jar |
| 标题: |
JaCoCo :: Report |
| 描述: |
JaCoCo Report |
| 大小: |
125.87KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.report</artifactId>
<version>0.8.5</version>
</dependency>
|
| Gradle引入代码: |
org.jacoco:org.jacoco.report:0.8.5
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009, 2019 Mountainminds GmbH & Co. KG and Contributors
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
Contributors:
Evgeny Mandrikov - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.8.5</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
<artifactId>org.jacoco.report</artifactId>
<name>JaCoCo :: Report</name>
<description>JaCoCo Report</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.jacoco.core</artifactId>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jacoco.report.ZipMultiReportOutput$1.class
org.jacoco.report.JavaNames.class
org.jacoco.report.check.Limit.class
org.jacoco.report.check.RulesChecker$1.class
org.jacoco.report.check.BundleChecker$1.class
org.jacoco.report.check.RulesChecker.class
org.jacoco.report.check.IViolationsOutput.class
org.jacoco.report.check.BundleChecker.class
org.jacoco.report.check.Rule.class
org.jacoco.report.DirectorySourceFileLocator.class
org.jacoco.report.ILanguageNames.class
org.jacoco.report.ISourceFileLocator.class
org.jacoco.report.csv.CSVGroupHandler.class
org.jacoco.report.csv.DelimitedWriter.class
org.jacoco.report.csv.CSVFormatter$1Visitor.class
org.jacoco.report.csv.CSVFormatter.class
org.jacoco.report.csv.ClassRowWriter.class
org.jacoco.report.FileMultiReportOutput.class
org/jacoco/report/xml/report.dtd
org.jacoco.report.xml.XMLFormatter$1RootVisitor.class
org.jacoco.report.xml.XMLFormatter.class
org.jacoco.report.IReportGroupVisitor.class
org.jacoco.report.IReportVisitor.class
org.jacoco.report.MultiGroupVisitor.class
org.jacoco.report.MultiSourceFileLocator.class
org.jacoco.report.InputStreamSourceFileLocator.class
org.jacoco.report.IMultiReportOutput.class
org.jacoco.report.internal.AbstractGroupVisitor.class
org.jacoco.report.internal.xml.XMLGroupVisitor.class
org.jacoco.report.internal.xml.XMLCoverageWriter.class
org.jacoco.report.internal.xml.ReportElement.class
org.jacoco.report.internal.xml.XMLElement.class
org.jacoco.report.internal.NormalizedFileNames.class
org.jacoco.report.internal.html.table.CounterColumn$1.class
org.jacoco.report.internal.html.table.Table.class
org.jacoco.report.internal.html.table.CounterColumn$3.class
org.jacoco.report.internal.html.table.BarColumn.class
org.jacoco.report.internal.html.table.TableItemComparator.class
org.jacoco.report.internal.html.table.ITableItem.class
org.jacoco.report.internal.html.table.LabelColumn$1.class
org.jacoco.report.internal.html.table.SortIndex$Entry.class
org.jacoco.report.internal.html.table.SortIndex.class
org.jacoco.report.internal.html.table.LabelColumn.class
org.jacoco.report.internal.html.table.IColumnRenderer.class
org.jacoco.report.internal.html.table.PercentageColumn.class
org.jacoco.report.internal.html.table.CounterColumn.class
org.jacoco.report.internal.html.table.CounterColumn$2.class
org.jacoco.report.internal.html.table.Table$Column.class
org.jacoco.report.internal.html.IHTMLReportContext.class
org.jacoco.report.internal.html.ILinkable.class
org/jacoco/report/internal/html/resources/up.gif
org/jacoco/report/internal/html/resources/prettify.js
org/jacoco/report/internal/html/resources/report.css
org/jacoco/report/internal/html/resources/branchfc.gif
org/jacoco/report/internal/html/resources/down.gif
org/jacoco/report/internal/html/resources/group.gif
org/jacoco/report/internal/html/resources/sort.gif
org.jacoco.report.internal.html.resources.Resources.class
org/jacoco/report/internal/html/resources/greenbar.gif
org/jacoco/report/internal/html/resources/source.gif
org/jacoco/report/internal/html/resources/bundle.gif
org/jacoco/report/internal/html/resources/method.gif
org/jacoco/report/internal/html/resources/report.gif
org/jacoco/report/internal/html/resources/redbar.gif
org.jacoco.report.internal.html.resources.Styles.class
org/jacoco/report/internal/html/resources/package.gif
org/jacoco/report/internal/html/resources/branchnc.gif
org/jacoco/report/internal/html/resources/branchpc.gif
org/jacoco/report/internal/html/resources/sort.js
org/jacoco/report/internal/html/resources/session.gif
org/jacoco/report/internal/html/resources/prettify.css
org/jacoco/report/internal/html/resources/class.gif
org.jacoco.report.internal.html.resources.Resources$1.class
org.jacoco.report.internal.html.HTMLElement.class
org.jacoco.report.internal.html.page.SessionsPage$1.class
org.jacoco.report.internal.html.page.SourceFileItem.class
org.jacoco.report.internal.html.page.PackagePage.class
org.jacoco.report.internal.html.page.PackageSourcePage.class
org.jacoco.report.internal.html.page.NodePage.class
org.jacoco.report.internal.html.page.TablePage.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
|