An open API service indexing awesome lists of open source software.

https://github.com/wsargent/java-seed.g8

Java Seed Project
https://github.com/wsargent/java-seed.g8

Last synced: 7 months ago
JSON representation

Java Seed Project

Awesome Lists containing this project

README

          

This is a [Giter8][g8] template for Java

```
sbt new sbt/java-seed.g8
```

There are templates for sbt 1.x and 0.13.x.

* 1.x
```bash
sbt new sbt/java-seed.g8 -b sbt1
```
* 0.13.x
```bash
sbt new sbt/java-seed.g8 --branch sbt0.13
```

License
-------
Written in 2018 by Will Sargent.
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to
this template to the public domain worldwide. This template is distributed without any warranty.
See .

[g8]: http://www.foundweekends.org/giter8/