From 442c1e8042b78da8ec460fb202637c534b8ca678 Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Sat, 20 Jan 2024 15:25:13 +0100 Subject: [PATCH] docs(readme): add gradle --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 ```