Skip to content

Commit

Permalink
added gradle thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTplayed authored Mar 16, 2019
1 parent 3d9216b commit 45fac95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

A java library for bootstrapping a web application with java backend, and ldf+mustache frontend

```xml
**maven**
```
<dependency>
<groupId>codes.fepi</groupId>
<artifactId>ldfSpark</artifactId>
<version>1.0</version>
</dependency>
```
**gradle**

`implementation 'codes.fepi:ldfSpark:1.0'`

To get started look at the example in the [test dir](https://github.com/AUTplayed/ldfSpark/tree/master/src/test)

Expand Down

0 comments on commit 45fac95

Please sign in to comment.