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