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