<dependency> <groupId>com.redislabs</groupId> <artifactId>jredistimeseries</artifactId> <version>1.2.1</version> </dependency>
implementation 'com.redislabs:jredistimeseries:1.2.1'
implementation("com.redislabs:jredistimeseries:1.2.1")
libraryDependencies += "com.redislabs" % "jredistimeseries" % "1.2.1"
@Grapes( @Grab(group='com.redislabs', module='jredistimeseries', version='1.2.1') )
<dependency org="com.redislabs" name="jredistimeseries" rev="1.2.1" />
[com.redislabs/jredistimeseries "1.2.1"]
'com.redislabs:jredistimeseries:jar:1.2.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- redis.clients:jedis:3.0.1
test
|-- junit:junit:4.12