<dependency> <groupId>com.redislabs</groupId> <artifactId>jredistimeseries</artifactId> <version>0.9.0</version> </dependency>
implementation 'com.redislabs:jredistimeseries:0.9.0'
implementation("com.redislabs:jredistimeseries:0.9.0")
libraryDependencies += "com.redislabs" % "jredistimeseries" % "0.9.0"
@Grapes( @Grab(group='com.redislabs', module='jredistimeseries', version='0.9.0') )
<dependency org="com.redislabs" name="jredistimeseries" rev="0.9.0" />
[com.redislabs/jredistimeseries "0.9.0"]
'com.redislabs:jredistimeseries:jar:0.9.0'
<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