diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-06-11 22:57:29 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-06-11 22:57:29 -0400 |
| commit | be27420d9f67ccbbda1f0663328acdb376d06058 (patch) | |
| tree | c20cac01885bde508e472331bc1cd60f72a69033 /docs/dependencies.html | |
| parent | 0cb3a672ffa1960c7d1c3d04da4376aca07f5943 (diff) | |
Relocate site
Diffstat (limited to 'docs/dependencies.html')
| -rw-r--r-- | docs/dependencies.html | 223 |
1 files changed, 223 insertions, 0 deletions
diff --git a/docs/dependencies.html b/docs/dependencies.html new file mode 100644 index 0000000..19e78d8 --- /dev/null +++ b/docs/dependencies.html @@ -0,0 +1,223 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:dependencies at 2019-06-11 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>everge – 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-Language" content="en" /> + + </head> + <body class="composite"> + <div id="banner"> +<div id="bannerLeft"> +everge +</div> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + <div class="xleft"> + <span id="publishDate">Last Published: 2019-06-11</span> + | <span id="projectVersion">Version: 1.0-SNAPSHOT</span> + </div> + <div class="xright"><a href="./" title="everge">everge</a> </div> + <div class="clear"> + <hr/> + </div> + </div> + <div id="leftColumn"> + <div id="navcolumn"> + <h5>Project Documentation</h5> + <ul> + <li class="expanded"><a href="project-info.html" title="Project Information">Project Information</a> + <ul> + <li class="none"><strong>Dependencies</strong></li> + <li class="none"><a href="dependency-info.html" title="Dependency Information">Dependency Information</a></li> + <li class="none"><a href="distribution-management.html" title="Distribution Management">Distribution Management</a></li> + <li class="none"><a href="index.html" title="About">About</a></li> + <li class="none"><a href="licenses.html" title="Licenses">Licenses</a></li> + <li class="none"><a href="plugin-management.html" title="Plugin Management">Plugin Management</a></li> + <li class="none"><a href="plugins.html" title="Plugins">Plugins</a></li> + <li class="none"><a href="scm.html" title="Source Code Management">Source Code Management</a></li> + <li class="none"><a href="summary.html" title="Summary">Summary</a></li> + <li class="none"><a href="team.html" title="Team">Team</a></li> + </ul></li> + <li class="collapsed"><a href="project-reports.html" title="Project Reports">Project Reports</a></li> + </ul> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + <div id="bodyColumn"> + <div id="contentBox"> +<a name="Project_Dependencies"></a> +<div class="section"> +<h2><a name="Project_Dependencies"></a>Project Dependencies</h2><a name="Project_Dependencies_test"></a> +<div class="section"> +<h3><a name="test"></a>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 border="0" class="bodyTable"> +<tr class="a"> +<th>GroupId</th> +<th>ArtifactId</th> +<th>Version</th> +<th>Type</th> +<th>Licenses</th></tr> +<tr class="b"> +<td>junit</td> +<td><a class="externalLink" href="http://junit.org">junit</a></td> +<td>4.11</td> +<td>jar</td> +<td><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></td></tr></table></div></div><a name="Project_Transitive_Dependencies"></a> +<div class="section"> +<h2><a name="Project_Transitive_Dependencies"></a>Project Transitive Dependencies</h2> +<p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><a name="Project_Transitive_Dependencies_test"></a> +<div class="section"> +<h3><a name="test"></a>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 border="0" class="bodyTable"> +<tr class="a"> +<th>GroupId</th> +<th>ArtifactId</th> +<th>Version</th> +<th>Type</th> +<th>Licenses</th></tr> +<tr class="b"> +<td>org.hamcrest</td> +<td><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">hamcrest-core</a></td> +<td>1.3</td> +<td>jar</td> +<td><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></td></tr></table></div></div><a name="Project_Dependency_Graph"></a> +<div class="section"> +<h2><a name="Project_Dependency_Graph"></a>Project Dependency Graph</h2> +<script language="javascript" type="text/javascript"> + function toggleDependencyDetails( 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'; + img.alt='[Information]'; + } + else + { + div.style.display = ''; + img.src='./images/close.gif'; + img.alt='[Close]'; + } + } +</script> +<a name="Dependency_Tree"></a> +<div class="section"> +<h3><a name="Dependency_Tree"></a>Dependency Tree</h3> +<ul> +<li>io.github.bculkin2442:everge:jar:1.0-SNAPSHOT <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none"> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>everge</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>Simple regex-based text processin</p> +<p><b>URL: </b><a class="externalLink" href="http://www.github.com/bculkin2442/everge">http://www.github.com/bculkin2442/everge</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div> +<ul> +<li>junit:junit:jar:4.11 (test) <img id="_img3" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep2" style="display:none"> +<table border="0" 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 Licenses: </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> +<ul> +<li>org.hamcrest:hamcrest-core:jar:1.3 (test) <img id="_img5" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep4', '_img5' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep4" style="display:none"> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>Hamcrest Core</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.</p> +<p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">https://github.com/hamcrest/JavaHamcrest/hamcrest-core</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td></tr></table></div></li></ul></li></ul></li></ul></div></div><a name="Licenses"></a> +<div class="section"> +<h2><a name="Licenses"></a>Licenses</h2> +<p><b>Apache License, Version 2.0: </b>everge</p> +<p><b>New BSD License: </b>Hamcrest Core</p> +<p><b>Common Public License Version 1.0: </b>JUnit</p></div><a name="Dependency_File_Details"></a> +<div class="section"> +<h2><a name="Dependency_File_Details"></a>Dependency File Details</h2> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>Filename</th> +<th>Size</th> +<th>Entries</th> +<th>Classes</th> +<th>Packages</th> +<th>Java Version</th> +<th title="Indicates whether these dependencies have been compiled with debug information.">Debug Information</th></tr> +<tr class="b"> +<td>junit-4.11.jar</td> +<td>245 kB</td> +<td>266</td> +<td>233</td> +<td>28</td> +<td>1.5</td> +<td>Yes</td></tr> +<tr class="a"> +<td>hamcrest-core-1.3.jar</td> +<td>45 kB</td> +<td>52</td> +<td>45</td> +<td>3</td> +<td>1.5</td> +<td>Yes</td></tr> +<tr class="b"> +<th>Total</th> +<th>Size</th> +<th>Entries</th> +<th>Classes</th> +<th>Packages</th> +<th>Java Version</th> +<th>Debug Information</th></tr> +<tr class="a"> +<td>2</td> +<td>290.1 kB</td> +<td>318</td> +<td>278</td> +<td>31</td> +<td>1.5</td> +<td>2</td></tr> +<tr class="b"> +<td>test: 2</td> +<td>test: 290.1 kB</td> +<td>test: 318</td> +<td>test: 278</td> +<td>test: 31</td> +<td>-</td> +<td>test: 2</td></tr></table></div> + </div> + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright"> + Copyright © 2019.All rights reserved. </div> + <div class="clear"> + <hr/> + </div> + </div> + </body> +</html> |
