blob: 81fc8db1f66314e72daf7a66ab1fc23fab8b9e7f [file] [log] [blame]
Marc R. Hoffmann7981f7c2011-06-18 08:21:40 +00001<?xml version="1.0" encoding="ISO-8859-1" ?>
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=ISO-8859-1" />
6 <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />
7 <link rel="stylesheet" href="../coverage/.resources/prettify.css" charset="ISO-8859-1" type="text/css" />
8 <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
9 <script type="text/javascript" src="../coverage/.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 snapshot builds.
27</p>
28
29<table class="coverage">
30 <thead>
31 <tr>
32 <td>Release Type</td>
33 <td>Repository</td>
34 </tr>
35 </thead>
36 <tbody>
37 <tr>
38 <td>Releases</td>
Marc R. Hoffmannc0658682011-06-20 06:01:37 +000039 <td><code>http://repo1.maven.org/maven2/</code> (Central Repository)</td>
Marc R. Hoffmann7981f7c2011-06-18 08:21:40 +000040 </tr>
41 <tr>
42 <td>Snapshots</td>
Marc R. Hoffmannc0658682011-06-20 06:01:37 +000043 <td><code>https://oss.sonatype.org/content/repositories/snapshots</code></td>
Marc R. Hoffmann7981f7c2011-06-18 08:21:40 +000044 </tr>
45 </tbody>
46</table>
47
48<p>
49 JaCoCo is split into several separate projects, the artifact ids are:
50</p>
51
52<table class="coverage">
53 <thead>
54 <tr>
55 <td>Group ID</td>
56 <td>Artifact ID</td>
57 <td>Description</td>
58 </tr>
59 </thead>
60 <tbody>
61 <tr>
62 <td><code>org.jacoco</code></td>
63 <td><code>org.jacoco.agent</code></td>
64 <td>API to get a local copy of the agent</td>
65 </tr>
66 <tr>
67 <td><code>org.jacoco</code></td>
68 <td><code>org.jacoco.agent.rt</code></td>
69 <td>The coverage agent itself</td>
70 </tr>
71 <tr>
72 <td><code>org.jacoco</code></td>
Marc R. Hoffmannc0658682011-06-20 06:01:37 +000073 <td><code>org.jacoco.ant</code></td>
74 <td>Ant Tasks</td>
75 </tr>
76 <tr>
77 <td><code>org.jacoco</code></td>
Marc R. Hoffmann7981f7c2011-06-18 08:21:40 +000078 <td><code>org.jacoco.core</code></td>
79 <td>Core APIs and implementations</td>
80 </tr>
81 <tr>
82 <td><code>org.jacoco</code></td>
83 <td><code>org.jacoco.report</code></td>
84 <td>Reporting implementation</td>
85 </tr>
Marc R. Hoffmann7981f7c2011-06-18 08:21:40 +000086 </tbody>
87</table>
88
89
90</div>
91<div class="footer">
92 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
93 <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
94</div>
95
96</body>
97</html>