index.htm 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>JonLandrum.com</title>
  6. <style type="text/css">
  7. code {
  8. font-family: "DejaVu Sans Mono",
  9. Menlo,
  10. Consolas,
  11. "Liberation Mono",
  12. Monaco,
  13. "Lucida Console",
  14. monospace;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <header>
  20. <h1><code>com.jonlandrum.collections</code></h1>
  21. <hr />
  22. </header>
  23. <p>This is a collection of collections. Starting with the most basic
  24. collections, Binary Search Trees, this <code>git</code>
  25. repository will eventually house more esoteric collections as I
  26. add them.</p>
  27. <p>The <code>git</code> repository can be found here:
  28. <a href="https://github.com/jonlandrum/collections"
  29. title="com.jonlandrum.collections on GitHub">
  30. <code>com.jonlandrum.collections</code>
  31. on GitHub
  32. </a>,
  33. and the project files are hosted on the Maven Central Repository:
  34. <a href="https://search.maven.org/#artifactdetails%7Ccom.jonlandrum%7Ccollections%7C1.0%7C"
  35. title="com.jonlandrum.collections in the Maven Central Repository">
  36. <code>com.jonlandrum.collections</code>
  37. in the Maven Central Repository
  38. </a>.
  39. </p>
  40. <h2>Usage</h2>
  41. <p>To add the dependency to your project, include the dependency in
  42. your <code>pom.xml</code> file:</p>
  43. <p><code><pre>&lt;dependency>
  44. &lt;groupId>com.jonlandrum&lt;/groupId>
  45. &lt;artifactId>collections&lt;/artifactId>
  46. &lt;version>1.0&lt;/version>
  47. &lt;/dependency></pre></code></p>
  48. <footer>
  49. <hr />
  50. <address>
  51. Copyright &copy; 2017 Jonathan Landrum. All rights reserved.
  52. </address>
  53. </footer>
  54. </body>
  55. </html>