simple-cache
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.yuxiangping</groupId>
<artifactId>simple-cache</artifactId>
<version>1.0.0.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.yuxiangping</groupId>
<artifactId>simple-cache</artifactId>
<version>1.0.0.RELEASE</version>
<name>Simple Cache</name>
<description>Simple Cache for local.</description>
<url>https://github.com/yuxiangping</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>yy</name>
<email>eason.xp.yu@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/yuxiangping/simple-cache.git</connection>
<developerConnection>scm:git:ssh://git@github.com:yuxiangping/simple-cache.git</developerConnection>
<url>https://github.com/yuxiangping/simple-cache</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.3.20.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.26</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>