# hoe **Repository Path**: caspar-chen/hoe ## Basic Information - **Project Name**: hoe - **Description**: The Java manipulation library - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-10-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hoe [![License](https://img.shields.io/:license-mit-blue.svg)](./LICENSE.TXT) The Java manipulation library Getting Started -------- To use hoe in your application, you have to add `hoe` to your classpath. hoe is available on [Maven Central](http://search.maven.org/) so you just need to add dependency in your favorite build tool as shown below. To use maven just add this dependency to your `pom.xml`. ```xml com.github.caspar-chen hoe 0.0.2 ``` You can refer to Javadocs at ```docs/``` License ------- hoe is licensed under the MIT License - see the `LICENSE` file for details.