<dependency> <groupId>com.github.fuwanguo</groupId> <artifactId>jedis.migu</artifactId> <version>2.8.2</version> </dependency>
implementation 'com.github.fuwanguo:jedis.migu:2.8.2'
implementation("com.github.fuwanguo:jedis.migu:2.8.2")
libraryDependencies += "com.github.fuwanguo" % "jedis.migu" % "2.8.2"
@Grapes( @Grab(group='com.github.fuwanguo', module='jedis.migu', version='2.8.2') )
<dependency org="com.github.fuwanguo" name="jedis.migu" rev="2.8.2" />
[com.github.fuwanguo/jedis.migu "2.8.2"]
'com.github.fuwanguo:jedis.migu:jar:2.8.2'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.apache.commons:commons-pool2:2.4.2
test
|-- junit:junit:4.11