| Категории |
КатегорииRedis Данные Базы данных |
|---|---|
| Группа | Группаorg.linuxprobe |
| Идентификатор | Идентификаторluava-shiro-redis |
| Версия | Версия0.0.2.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.linuxprobe/luava-shiro-redis/ -->
<dependency>
<groupId>org.linuxprobe</groupId>
<artifactId>luava-shiro-redis</artifactId>
<version>0.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.linuxprobe/luava-shiro-redis/
implementation 'org.linuxprobe:luava-shiro-redis:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.linuxprobe/luava-shiro-redis/
implementation ("org.linuxprobe:luava-shiro-redis:0.0.2.RELEASE")
'org.linuxprobe:luava-shiro-redis:jar:0.0.2.RELEASE'
<dependency org="org.linuxprobe" name="luava-shiro-redis" rev="0.0.2.RELEASE">
<artifact name="luava-shiro-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.linuxprobe', module='luava-shiro-redis', version='0.0.2.RELEASE')
)
libraryDependencies += "org.linuxprobe" % "luava-shiro-redis" % "0.0.2.RELEASE"
[org.linuxprobe/luava-shiro-redis "0.0.2.RELEASE"]