microsphere-redis-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-redis-core</artifactId>
<version>0.2.8</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>
<parent>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-redis-parent</artifactId>
<version>0.2.8</version>
<relativePath>../microsphere-redis-parent/pom.xml</relativePath>
</parent>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-redis-core</artifactId>
<version>0.2.8</version>
<name>Microsphere :: Redis :: Core</name>
<description>Microsphere Redis Core</description>
<url>https://github.com/microsphere-projects/microsphere-redis/microsphere-redis-parent/microsphere-redis-core</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mercyblitz</id>
<name>Mercy Ma</name>
<email>mercyblitz@gmail.com</email>
<organization>Microsphere</organization>
<roles>
<role>lead</role>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/microsphere-projects/microsphere-redis.git/microsphere-redis-parent/microsphere-redis-core/microsphere-redis-parent/microsphere-redis-core</connection>
<developerConnection>scm:git:ssh://git@github.com/microsphere-projects/microsphere-redis.git/microsphere-redis-parent/microsphere-redis-core/microsphere-redis-parent/microsphere-redis-core</developerConnection>
<url>git@github.com/microsphere-projects/microsphere-redis.git/microsphere-redis-parent/microsphere-redis-core</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-java-core</artifactId>
<version>0.3.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-annotation-processor</artifactId>
<version>0.3.7</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>6.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-java-test</artifactId>
<version>0.3.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.32</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>