| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаorg.bardframework.filestore |
| Идентификатор | Идентификаторfile-store-redis |
| Версия | Версия0.4 |
| Тип | Типjar |
| Описание |
ОписаниеThe Bard Framework Parent POM provides common settings for all Bards components.
|
| Имя Файла | Размер |
|---|---|
| file-store-redis-0.4.pom | |
| file-store-redis-0.4.jar | 3 KB |
| file-store-redis-0.4-sources.jar | 2 KB |
| file-store-redis-0.4-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bardframework.filestore/file-store-redis/ -->
<dependency>
<groupId>org.bardframework.filestore</groupId>
<artifactId>file-store-redis</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store-redis/
implementation 'org.bardframework.filestore:file-store-redis:0.4'
// https://jarcasting.com/artifacts/org.bardframework.filestore/file-store-redis/
implementation ("org.bardframework.filestore:file-store-redis:0.4")
'org.bardframework.filestore:file-store-redis:jar:0.4'
<dependency org="org.bardframework.filestore" name="file-store-redis" rev="0.4">
<artifact name="file-store-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.filestore', module='file-store-redis', version='0.4')
)
libraryDependencies += "org.bardframework.filestore" % "file-store-redis" % "0.4"
[org.bardframework.filestore/file-store-redis "0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bardframework.filestore : file-store-api | jar | 0.4 |
| org.springframework.data : spring-data-redis | jar | |
| org.slf4j : slf4j-api | jar | 1.7.30 |