1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" />
<link rel="stylesheet" href="../coverage/jacoco-resources/prettify.css" charset="UTF-8" type="text/css" />
<link rel="shortcut icon" href="resources/report.gif" type="image/gif" />
<script type="text/javascript" src="../coverage/jacoco-resources/prettify.js"></script>
<title>JaCoCo - Maven Repository</title>
</head>
<body onload="prettyPrint()">
<div class="breadcrumb">
<a href="../index.html" class="el_report">JaCoCo</a> >
<a href="index.html" class="el_group">Documentation</a> >
<span class="el_source">Maven Repository</span>
</div>
<div id="content">
<h1>Maven Repository</h1>
<p>
If you want to integrate JaCoCo within your tools you might directly retrieve
it from the Maven repository. There are two repositories, one for JaCoCo
releases, one for regular snapshot builds.
</p>
<table class="coverage">
<thead>
<tr>
<td>Type</td>
<td>Repository</td>
</tr>
</thead>
<tbody>
<tr>
<td>Release</td>
<td><code>http://repo1.maven.org/maven2/</code> (Central Repository)</td>
</tr>
<tr>
<td>Snapshot</td>
<td><code>https://central.sonatype.com/repository/maven-snapshots/</code></td>
</tr>
</tbody>
</table>
<h2>Artifacts</h2>
<p>
Following JAR files are available:
</p>
<table class="coverage">
<thead>
<tr>
<td>Group ID</td>
<td>Artifact ID</td>
<td>Classifier</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>org.jacoco</code></td>
<td><code>jacoco-maven-plugin</code></td>
<td></td>
<td>Plug-in for Maven</td>
</tr>
<tr>
<td><code>org.jacoco</code></td>
<td><code>org.jacoco.agent</code></td>
<td></td>
<td>API to get a local copy of the agent</td>
</tr>
<tr>
<td><code>org.jacoco</code></td>
<td><code>org.jacoco.agent</code></td>
<td><code>runtime</code></td>
<td>Agent</td>
</tr>
<tr>
<td><code>org.jacoco</code></td>
<td><code>org.jacoco.ant</code></td>
<td></td>
<td>Ant Tasks</td>
</tr>
<tr>
<td><code>org.jacoco</code></td>
<td><code>org.jacoco.ant</code></td>
<td><code>nodeps</code></td>
<td>Ant Tasks <i>(all dependencies included)</i></td>
</tr>
<tr>
<td><code>org.jacoco</code></td>
<td><code>org.jacoco.cli</code></td>
<td></td>
<td>Command Line Interface</td>
</tr>
<tr>
<td><code>org.jacoco</code></td>
<td><code>org.jacoco.cli</code></td>
<td><code>nodeps</code></td>
<td>Command Line Interface <i>(all dependencies included)</i></td>
</tr>
<tr>
<td><code>org.jacoco</code></td>
<td><code>org.jacoco.core</code></td>
<td></td>
<td>Core APIs and implementations</td>
</tr>
<tr>
<td><code>org.jacoco</code></td>
<td><code>org.jacoco.report</code></td>
<td></td>
<td>Reporting implementation</td>
</tr>
</tbody>
</table>
<p>
Please check <a href="http://search.maven.org/#search|ga|1|g%3Aorg.jacoco">here</a>
for the latest release versions in the repository.
</p>
</div>
<div class="footer">
<span class="right"><a href="${jacoco.home.url}">JaCoCo</a> ${qualified.bundle.version}</span>
<a href="license.html">Copyright</a> © ${copyright.years} Mountainminds GmbH & Co. KG and Contributors
</div>
</body>
</html>
|