weed3.cache.j2cache
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.noear</groupId>
<artifactId>weed3.cache.j2cache</artifactId>
<version>3.4.33</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.noear</groupId>
<artifactId>weed3-parent</artifactId>
<version>3.4.33</version>
<relativePath>../../weed3-parent/pom.xml</relativePath>
</parent>
<artifactId>weed3.cache.j2cache</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.noear</groupId>
<artifactId>weed3</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.oschina.j2cache</groupId>
<artifactId>j2cache-core</artifactId>
<version>2.7.6-release</version>
</dependency>
</dependencies>
</project>