| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаorg.springframework.data |
| Идентификатор | Идентификаторspring-data-redis |
| Версия | Версия2.6.3 |
| Тип | Типjar |
| Описание |
ОписаниеSpring Data Redis
Global parent pom.xml to be used by Spring Data modules
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| spring-data-redis-2.6.3.pom | |
| spring-data-redis-2.6.3.jar | 2 MB |
| spring-data-redis-2.6.3-sources.jar | 1 MB |
| spring-data-redis-2.6.3-javadoc.jar | 4 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-redis/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-redis/
implementation 'org.springframework.data:spring-data-redis:2.6.3'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-redis/
implementation ("org.springframework.data:spring-data-redis:2.6.3")
'org.springframework.data:spring-data-redis:jar:2.6.3'
<dependency org="org.springframework.data" name="spring-data-redis" rev="2.6.3">
<artifact name="spring-data-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-redis', version='2.6.3')
)
libraryDependencies += "org.springframework.data" % "spring-data-redis" % "2.6.3"
[org.springframework.data/spring-data-redis "2.6.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.enterprise : cdi-api Необязательный | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.netty : netty-transport-native-epoll | jar | 4.1.72.Final |
| io.netty : netty-transport-native-kqueue | jar | 4.1.72.Final |
| org.apache.geronimo.specs : geronimo-jcdi_2.0_spec | jar | 1.0.1 |
| javax.interceptor : javax.interceptor-api | jar | 1.2.1 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| org.apache.openwebbeans : openwebbeans-se | jar | 2.0.26 |
| io.mockk : mockk | jar | 1.12.3 |
| org.springframework : spring-jdbc | jar | |
| org.awaitility : awaitility | jar | 4.0.2 |
| javax.transaction : jta | jar | 1.1 |
| javax.annotation : jsr250-api | jar | 1.0 |
| com.thoughtworks.xstream : xstream | jar | 1.4.19 |
| edu.umd.cs.mtc : multithreadedtc | jar | 1.01 |
| io.projectreactor : reactor-test | jar | |
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.vintage : junit-vintage-engine | jar | |
| org.mockito : mockito-core | jar | 3.12.4 |
| org.mockito : mockito-junit-jupiter | jar | 3.12.4 |
| org.assertj : assertj-core | jar | 3.21.0 |
| org.springframework : spring-test | jar | |
| ch.qos.logback : logback-classic | jar | 1.2.5 |
| org.projectlombok : lombok | jar | 1.18.20 |