本帖最后由 java 于 2017-5-17 14:06 编辑 maven库 http://mvnrepository.com/ http://mvnrepository.com/artifact/redis.clients/jedis https://github.com/xetorthio/jedis
Jedis 是 Redis 官方首选的 Java 客户端开发包。 |
对于父项目,可以只配置(版本号)不下载,具体到子项目再下载(可省去版本号的指定) 如: 父项目: <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>${commons-lang3.version}</version> </dependency> </dependencies> </dependencyManagement> 子项目: <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> </dependencies> |
|Archiver|手机版|小黑屋|firemail ( 粤ICP备15085507号-1 )
GMT+8, 2024-11-26 04:18 , Processed in 0.064088 second(s), 23 queries .
Powered by Discuz! X3
© 2001-2013 Comsenz Inc.