26 Star 131 Fork 50

Gitee 极速下载/JetCache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/alibaba/jetcache
克隆/下载
pom.xml 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
黄理 提交于 2025-04-28 13:27 +08:00 . ci: change version to 2.7.9-SNAPSHOT
<?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>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-build</artifactId>
<packaging>pom</packaging>
<version>2.7.9-SNAPSHOT</version>
<name>jetcache</name>
<description>a Java cache abstraction which provides consistent use for various caching solutions</description>
<url>https://github.com/alibaba/jetcache</url>
<inceptionYear>2013</inceptionYear>
<modules>
<module>jetcache-parent</module>
<module>jetcache-bom</module>
<module>jetcache-core</module>
<module>jetcache-anno</module>
<module>jetcache-anno-api</module>
<module>jetcache-test</module>
<module>jetcache-support/jetcache-redis</module>
<module>jetcache-support/jetcache-redis-lettuce</module>
<module>jetcache-support/jetcache-redis-springdata</module>
<module>jetcache-support/jetcache-redisson</module>
<module>jetcache-starter/jetcache-autoconfigure</module>
<module>jetcache-starter/jetcache-starter-redis</module>
<module>jetcache-starter/jetcache-starter-redis-lettuce</module>
<module>jetcache-starter/jetcache-starter-redis-springdata</module>
<module>jetcache-starter/jetcache-starter-redisson</module>
</modules>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>huangli</name>
<email>areyouok@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/alibaba/jetcache.git</connection>
<url>https://github.com/alibaba/jetcache</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/JetCache.git
git@gitee.com:mirrors/JetCache.git
mirrors
JetCache
JetCache
master

搜索帮助