hoe

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.github.caspar-chen
ArtifactId

ArtifactId

hoe
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

hoe
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/caspar-chen/hoe
Source Code Management

Source Code Management

https://github.com/caspar-chen/hoe

Download hoe

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.caspar-chen/hoe/ -->
<dependency>
    <groupId>com.github.caspar-chen</groupId>
    <artifactId>hoe</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.caspar-chen/hoe/
implementation 'com.github.caspar-chen:hoe:0.0.3'
// https://jarcasting.com/artifacts/com.github.caspar-chen/hoe/
implementation ("com.github.caspar-chen:hoe:0.0.3")
'com.github.caspar-chen:hoe:jar:0.0.3'
<dependency org="com.github.caspar-chen" name="hoe" rev="0.0.3">
  <artifact name="hoe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.caspar-chen', module='hoe', version='0.0.3')
)
libraryDependencies += "com.github.caspar-chen" % "hoe" % "0.0.3"
[com.github.caspar-chen/hoe "0.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.0.3
0.0.2
0.0.1