Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 692 Bytes

hoe License

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 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.

<dependency>
    <groupId>com.github.caspar-chen</groupId>
    <artifactId>hoe</artifactId>
    <version>0.0.2</version>
</dependency>

You can refer to Javadocs at docs/

License

hoe is licensed under the MIT License - see the LICENSE file for details.