Skip to content

Commit

Permalink
docs(readme): add gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Jan 20, 2024
1 parent 9c978c4 commit 442c1e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.github.theborakompanioni</groupId>
<artifactId>thymeleaf-extras-shiro</artifactId>
<version>${thymeleaf-shiro.version}</version>
</dependency>
```

##### 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
```

Expand Down

0 comments on commit 442c1e8

Please sign in to comment.