| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных Redisson |
| Группа | Группаcn.structured |
| Идентификатор | Идентификаторstructure-redisson-starter |
| Последняя версия | Последняя версия1.0.1.RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеstructure-redisson-starter
封装 redisson 将封装成启动器,并且对分布式锁和缓存进行封装
|
| Организация-разработчик |
Организация-разработчикstructure |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/cn.structured/structure-redisson-starter/ -->
<dependency>
<groupId>cn.structured</groupId>
<artifactId>structure-redisson-starter</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.structured/structure-redisson-starter/
implementation 'cn.structured:structure-redisson-starter:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/cn.structured/structure-redisson-starter/
implementation ("cn.structured:structure-redisson-starter:1.0.1.RELEASE")
'cn.structured:structure-redisson-starter:jar:1.0.1.RELEASE'
<dependency org="cn.structured" name="structure-redisson-starter" rev="1.0.1.RELEASE">
<artifact name="structure-redisson-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.structured', module='structure-redisson-starter', version='1.0.1.RELEASE')
)
libraryDependencies += "cn.structured" % "structure-redisson-starter" % "1.0.1.RELEASE"
[cn.structured/structure-redisson-starter "1.0.1.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.2.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.1.2.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.2.RELEASE |
| org.projectlombok : lombok | jar | 1.18.4 |
| org.redisson : redisson | jar | 3.10.7 |