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