redis-core-react
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>redis-core-react</artifactId>
<version>1.8.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.spring-middleware</groupId>
<artifactId>redis-core-react</artifactId>
<version>1.8.0</version>
<name>redis-core-react</name>
<description>Core Redis Core Reactive</description>
<url>https://github.com/Spring-Middleware/spring-base/redis/redis-core-react</url>
<inceptionYear>2026</inceptionYear>
<organization>
<name>Spring Middleware</name>
<url>https://github.com/Spring-Middleware</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/license/mit</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Fernando Guardiola Ruiz</name>
<email>fernandoguardiolaruiz@gmail.com</email>
<organization>Spring Middleware</organization>
<organizationUrl>https://github.com/Spring-Middleware</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Spring-Middleware/spring-base.git/redis/redis-core-react</connection>
<developerConnection>scm:git:ssh://git@github.com:Spring-Middleware/spring-base.git/redis/redis-core-react</developerConnection>
<url>https://github.com/Spring-Middleware/spring-base/redis/redis-core-react</url>
</scm>
<issueManagement />
<dependencies>
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>redis-api</artifactId>
<version>1.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>commons</artifactId>
<version>1.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<version>3.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis-reactive</artifactId>
<version>3.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.36</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>5.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.4.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>