| Категории |
КатегорииRedis Данные Базы данных Redisson |
|---|---|
| Группа | Группаcom.github.fartherp |
| Идентификатор | Идентификаторshiro-redisson |
| Версия | Версия1.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| shiro-redisson-1.1.2.pom | |
| shiro-redisson-1.1.2.jar | 39 KB |
| shiro-redisson-1.1.2-sources.jar | 17 KB |
| shiro-redisson-1.1.2-javadoc.jar | 101 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/shiro-redisson/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>shiro-redisson</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/shiro-redisson/
implementation 'com.github.fartherp:shiro-redisson:1.1.2'
// https://jarcasting.com/artifacts/com.github.fartherp/shiro-redisson/
implementation ("com.github.fartherp:shiro-redisson:1.1.2")
'com.github.fartherp:shiro-redisson:jar:1.1.2'
<dependency org="com.github.fartherp" name="shiro-redisson" rev="1.1.2">
<artifact name="shiro-redisson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='shiro-redisson', version='1.1.2')
)
libraryDependencies += "com.github.fartherp" % "shiro-redisson" % "1.1.2"
[com.github.fartherp/shiro-redisson "1.1.2"]