3 Star 12 Fork 11

Gitee 极速下载/Jedis_old1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/xetorthio/jedis
克隆/下载
jedis-maven.md 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
M Sazzadul Hoque 提交于 2023-08-23 00:00 . Jedis 5.0.0 is released!

Use Jedis as a maven dependency:

Official Releases

<dependency>
    <groupId>redis.clients</groupId>
    <artifactId>jedis</artifactId>
    <version>5.0.0</version>
</dependency>

Snapshots

  <repositories>
    <repository>
      <id>snapshots-repo</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </repositories>

and

  <dependencies>
    <dependency>
      <groupId>redis.clients</groupId>
      <artifactId>jedis</artifactId>
      <version>5.1.0-SNAPSHOT</version>
    </dependency>
  </dependencies>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/Jedis_old1.git
git@gitee.com:mirrors/Jedis_old1.git
mirrors
Jedis_old1
Jedis_old1
master

搜索帮助

A270a887 8829481 3d7a4017 8829481