diff --git a/README.md b/README.md index ebf1248..6ff681a 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,25 @@ A [Thymeleaf](https://www.thymeleaf.org/) dialect for [Apache Shiro](https://shi ## Download -##### Maven +##### Gradle +```groovy +implementation "com.github.theborakompanioni:thymeleaf-extras-shiro:${thymeleaf-shiro.version}" ``` + +##### Maven +```html com.github.theborakompanioni thymeleaf-extras-shiro ${thymeleaf-shiro.version} ``` + ##### Jar [Download](https://search.maven.org/#search|gav|1|g%3A%22com.github.theborakompanioni%22%20AND%20a%3A%22thymeleaf-extras-shiro%22) from Maven Central. ##### Repository -``` +```shell git clone https://github.com/theborakompanioni/thymeleaf-extras-shiro.git ```