blob: 729217342bf40d5e9eee83af8d3642a92e5fe235 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>James mime4j - Project Dependencies</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body class="composite">
<div id="banner">
<a href="../" id="bannerLeft">
<img src="images/james-mime4j-logo.gif" alt="" />
</a>
<a href="http://www.apache.org/index.html" id="bannerRight">
<img src="images/asf-logo-reduced.gif" alt="" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
Last Published: 03/07/2009
</div>
<div class="xright"> <a href="../index.html">JAMES Project</a>
|
<a href="../server/index.html">Server</a>
|
<a href="../mailet/index.html">Mailet API</a>
|
<a href="../jspf/index.html">jSPF</a>
|
<a href="index.html">Mime4J</a>
|
<a href="../jsieve/index.html">JSieve</a>
|
<a href="../postage/index.html">Postage</a>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>mime4j</h5>
<ul>
<li class="none">
<a href="index.html">Overview</a>
</li>
<li class="none">
<a href="status.html">Status</a>
</li>
<li class="none">
<a href="samples.html">Example</a>
</li>
<li class="none">
<a href="usage.html">Usage</a>
</li>
<li class="collapsed">
<a href="start/index.html">Start</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<a href="project-info.html">Project Information</a>
<ul>
<li class="none">
<a href="integration.html">Continuous Integration</a>
</li>
<li class="none">
<strong>Dependencies</strong>
</li>
<li class="none">
<a href="issue-tracking.html">Issue Tracking</a>
</li>
<li class="none">
<a href="mail-lists.html">Mailing Lists</a>
</li>
<li class="none">
<a href="plugin-management.html">Plugin Management</a>
</li>
<li class="none">
<a href="license.html">Project License</a>
</li>
<li class="none">
<a href="plugins.html">Project Plugins</a>
</li>
<li class="none">
<a href="project-summary.html">Project Summary</a>
</li>
<li class="none">
<a href="team-list.html">Project Team</a>
</li>
<li class="none">
<a href="source-repository.html">Source Repository</a>
</li>
</ul>
</li>
<li class="collapsed">
<a href="project-reports.html">Project Reports</a>
</li>
</ul>
<h5>Related Projects</h5>
<ul>
<li class="none">
<a href="http://hc.apache.org/httpcomponents-client/httpmime/index.html">httpmime</a>
</li>
</ul>
<h5>Downloads</h5>
<ul>
<li class="none">
<a href="../download.cgi">Stable releases</a>
</li>
<li class="none">
<a href="../downloadunstable.cgi">Unstable releases</a>
</li>
<li class="none">
<a href="http://people.apache.org/builds/james/nightly/">Nightly builds</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section"><h2>Project Dependencies</h2>
<div class="section"><h3>compile</h3>
<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
<table class="bodyTable"><tr class="a"><th>GroupId</th>
<th>ArtifactId</th>
<th>Version</th>
<th>Type</th>
</tr>
<tr class="b"><td>commons-logging</td>
<td><a class="externalLink" href="http://commons.apache.org/logging">commons-logging</a></td>
<td>1.1.1</td>
<td>jar</td>
</tr>
</table>
</div>
<div class="section"><h3>test</h3>
<p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p>
<table class="bodyTable"><tr class="a"><th>GroupId</th>
<th>ArtifactId</th>
<th>Version</th>
<th>Type</th>
<th>Optional</th>
</tr>
<tr class="b"><td>log4j</td>
<td><a class="externalLink" href="http://logging.apache.org/log4j/docs/">log4j</a></td>
<td>1.2.14</td>
<td>jar</td>
<td>No</td>
</tr>
<tr class="a"><td>commons-io</td>
<td><a class="externalLink" href="http://jakarta.apache.org/commons/io/">commons-io</a></td>
<td>1.2</td>
<td>jar</td>
<td>Yes</td>
</tr>
<tr class="b"><td>junit</td>
<td><a class="externalLink" href="http://junit.org">junit</a></td>
<td>3.8.1</td>
<td>jar</td>
<td>Yes</td>
</tr>
</table>
</div>
</div>
<div class="section"><h2>Project Transitive Dependencies</h2>
<p>No transitive dependencies are required for this project.</p>
</div>
<div class="section"><h2>Project Dependency Graph</h2>
<script language="javascript" type="text/javascript">
function toggleDependencyDetail( divId, imgId )
{
var div = document.getElementById( divId );
var img = document.getElementById( imgId );
if( div.style.display == '' )
{
div.style.display = 'none';
img.src='./images/icon_info_sml.gif';
}
else
{
div.style.display = '';
img.src='./images/close.gif';
}
}
</script>
<div class="section"><h3>Dependency Tree</h3>
<ul><li>org.apache.james:apache-mime4j:jar:0.6 <img id="_1911199185" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1416005907', '_1911199185' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1416005907" style="display:none"><table class="bodyTable"><tr class="a"><th>Apache JAMES Mime4j</th>
</tr>
<tr class="b"><td><p><b>Description: </b>Java stream based MIME message parser</p>
<p><b>URL: </b><a class="externalLink" href="http://james.apache.org/mime4j">http://james.apache.org/mime4j</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></p>
</td>
</tr>
</table>
</div><ul><li>commons-logging:commons-logging:jar:1.1.1 (compile) <img id="_1297123353" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_655084775', '_1297123353' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_655084775" style="display:none"><table class="bodyTable"><tr class="a"><th>Commons Logging</th>
</tr>
<tr class="b"><td><p><b>Description: </b>Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.</p>
<p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/logging">http://commons.apache.org/logging</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p>
</td>
</tr>
</table>
</div></li>
<li>log4j:log4j:jar:1.2.14 (test) <img id="_1096493860" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1028696402', '_1096493860' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1028696402" style="display:none"><table class="bodyTable"><tr class="a"><th>Log4j</th>
</tr>
<tr class="b"><td><p><b>Description: </b>Log4j</p>
<p><b>URL: </b><a class="externalLink" href="http://logging.apache.org/log4j/docs/">http://logging.apache.org/log4j/docs/</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p>
</td>
</tr>
</table>
</div></li>
<li>junit:junit:jar:3.8.1 (test) <img id="_470270602" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1676521880', '_470270602' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1676521880" style="display:none"><table class="bodyTable"><tr class="a"><th>JUnit</th>
</tr>
<tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p>
<p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p>
</td>
</tr>
</table>
</div></li>
<li>commons-io:commons-io:jar:1.2 (test) <img id="_638227893" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1069697606', '_638227893' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1069697606" style="display:none"><table class="bodyTable"><tr class="a"><th>IO</th>
</tr>
<tr class="b"><td><p><b>Description: </b>Commons-IO contains utility classes, stream implementations, file filters, and endian classes.</p>
<p><b>URL: </b><a class="externalLink" href="http://jakarta.apache.org/commons/io/">http://jakarta.apache.org/commons/io/</a></p>
<p><b>Project License: </b><a href="/LICENSE.txt">The Apache Software License, Version 2.0</a></p>
</td>
</tr>
</table>
</div></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section"><h2>Licenses</h2>
<p><b>Apache License, Version 2.0: </b>Apache JAMES Mime4j</p>
<p><b>Common Public License Version 1.0: </b>JUnit</p>
<p><b>The Apache Software License, Version 2.0: </b>Commons Logging, IO, Log4j</p>
</div>
<div class="section"><h2>Dependency File Details</h2>
<table class="bodyTable"><tbody><tr class="a"><th align="left">Filename</th>
<th align="right">Size</th>
<th align="right">Entries</th>
<th align="right">Classes</th>
<th align="right">Packages</th>
<th align="center">JDK Rev</th>
<th align="center">Debug</th>
</tr>
<tr class="b"><td align="left">commons-logging-1.1.1.jar</td>
<td align="right">59.26 kB</td>
<td align="right">42</td>
<td align="right">28</td>
<td align="right">2</td>
<td align="center">1.1</td>
<td align="center">debug</td>
</tr>
<tr class="a"><td align="left">log4j-1.2.14.jar</td>
<td align="right">358.83 kB</td>
<td align="right">288</td>
<td align="right">256</td>
<td align="right">19</td>
<td align="center">1.1</td>
<td align="center">debug</td>
</tr>
<tr class="b"><td align="left">commons-io-1.2.jar</td>
<td align="right">64.08 kB</td>
<td align="right">55</td>
<td align="right">44</td>
<td align="right">4</td>
<td align="center">1.1</td>
<td align="center">debug</td>
</tr>
<tr class="a"><td align="left">junit-3.8.1.jar</td>
<td align="right">118.23 kB</td>
<td align="right">119</td>
<td align="right">100</td>
<td align="right">6</td>
<td align="center">1.1</td>
<td align="center">debug</td>
</tr>
<tr class="b"><th align="left">Total</th>
<th align="right">Size</th>
<th align="right">Entries</th>
<th align="right">Classes</th>
<th align="right">Packages</th>
<th align="center">JDK Rev</th>
<th align="center">Debug</th>
</tr>
<tr class="a"><td align="right">4</td>
<td align="right">600.41 kB</td>
<td align="right">504</td>
<td align="right">428</td>
<td align="right">31</td>
<td align="center">1.1</td>
<td align="right">4</td>
</tr>
<tr class="b"><td align="right">compile: 1</td>
<td align="right">compile: 59.26 kB</td>
<td align="right">compile: 42</td>
<td align="right">compile: 28</td>
<td align="right">compile: 2</td>
<td align="center">-</td>
<td align="right">compile: 1</td>
</tr>
<tr class="a"><td align="right">test: 3</td>
<td align="right">test: 541.15 kB</td>
<td align="right">test: 462</td>
<td align="right">test: 400</td>
<td align="right">test: 29</td>
<td align="center">-</td>
<td align="right">test: 3</td>
</tr>
</tbody>
</table>
</div>
<div class="section"><h2>Dependency Repository Locations</h2>
<table class="bodyTable"><tbody><tr class="b"><th align="left">Repo ID</th>
<th align="left">URL</th>
<th align="center">Release</th>
<th align="center">Snapshot</th>
<th align="center">Blacklisted</th>
</tr>
<tr class="a"><td align="left">apache.releases</td>
<td align="left"><a class="externalLink" href="http://people.apache.org/repo/m2-ibiblio-rsync-repository">http://people.apache.org/repo/m2-ibiblio-rsync-repository</a></td>
<td align="center">Yes</td>
<td align="center">-</td>
<td align="center">-</td>
</tr>
<tr class="b"><td align="left">apache.snapshots</td>
<td align="left"><a class="externalLink" href="http://people.apache.org/repo/m2-snapshot-repository">http://people.apache.org/repo/m2-snapshot-repository</a></td>
<td align="center">-</td>
<td align="center">Yes</td>
<td align="center">-</td>
</tr>
<tr class="a"><td align="left">local-mime4j-stage-repository</td>
<td align="left">file://c:\data\src\apache.org\james\apache-mime4j-0.6/stage</td>
<td align="center">Yes</td>
<td align="center">Yes</td>
<td align="center">Yes</td>
</tr>
<tr class="b"><td align="left">central</td>
<td align="left"><a class="externalLink" href="http://repo1.maven.org/maven2">http://repo1.maven.org/maven2</a></td>
<td align="center">Yes</td>
<td align="center">-</td>
<td align="center">-</td>
</tr>
</tbody>
</table>
<p>Repository locations for each of the Dependencies.</p>
<table class="bodyTable"><tbody><tr class="a"><th align="left">Artifact</th>
<th align="center">apache.releases</th>
<th align="center">apache.snapshots</th>
<th align="center">central</th>
</tr>
<tr class="b"><td align="left">commons-logging:commons-logging:jar:1.1.1</td>
<td align="center"><a class="externalLink" href="http://people.apache.org/repo/m2-ibiblio-rsync-repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"><img alt="Found at http://people.apache.org/repo/m2-ibiblio-rsync-repository" src="images/icon_success_sml.gif" /></a></td>
<td align="center">-</td>
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
</tr>
<tr class="a"><td align="left">log4j:log4j:jar:1.2.14</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
</tr>
<tr class="b"><td align="left">commons-io:commons-io:jar:1.2</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/commons-io/commons-io/1.2/commons-io-1.2.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
</tr>
<tr class="a"><td align="left">junit:junit:jar:3.8.1</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center"><a class="externalLink" href="http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td>
</tr>
<tr class="b"><th align="left">Total</th>
<th align="center">apache.releases</th>
<th align="center">apache.snapshots</th>
<th align="center">central</th>
</tr>
<tr class="a"><td align="left">4 (compile: 1, test: 3)</td>
<td align="center">1</td>
<td align="center">0</td>
<td align="center">4</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">&#169;
2004-2009
The Apache Software Foundation
</div>
<div class="clear">
<hr/>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1384591-1";
urchinTracker();
</script>
</body>
</html>