Skip to content

julianhyde/empty

Repository files navigation

Build Status Maven Central javadoc

Empty

Empty is a template for projects that use Java/Maven.

Get Empty

From Maven

Get Empty from Maven central:

<dependency>
  <groupId>net.hydromatic</groupId>
  <artifactId>empty</artifactId>
  <version>0.1</version>
</dependency>

Download and build

You need Java (8 or higher) and Git.

$ git clone git://github.com/julianhyde/empty.git
$ cd empty
$ ./mvnw clean verify

On Windows, the last line is

> mvnw clean verify

On Java versions less than 11, you should add parameters -Dcheckstyle.version=9.3.

More information

About

Template project based on Java/Maven

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published