14 Star 89 Fork 2

Gitee 极速下载/ben-manes-caffeine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ben-manes/caffeine
克隆/下载
build.gradle.kts 353 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben Manes 提交于 2025-01-17 17:27 . Release 3.2.0
plugins {
id("root.caffeine")
}
allprojects {
description = "A high performance caching library"
group = "com.github.ben-manes.caffeine"
version(
major = 3, // incompatible API changes
minor = 2, // backwards-compatible additions
patch = 1, // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty("release"))
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/ben-manes-caffeine.git
[email protected]:mirrors/ben-manes-caffeine.git
mirrors
ben-manes-caffeine
ben-manes-caffeine
master

搜索帮助