<dependency> <groupId>io.semla</groupId> <artifactId>semla-redis</artifactId> <version>1.0.8</version> </dependency>
implementation 'io.semla:semla-redis:1.0.8'
implementation("io.semla:semla-redis:1.0.8")
libraryDependencies += "io.semla" % "semla-redis" % "1.0.8"
@Grapes( @Grab(group='io.semla', module='semla-redis', version='1.0.8') )
<dependency org="io.semla" name="semla-redis" rev="1.0.8" />
[io.semla/semla-redis "1.0.8"]
'io.semla:semla-redis:jar:1.0.8'
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.0.8</version> </parent>
compile
|-- io.semla:semla-core:1.0.8
|-- redis.clients:jedis:3.3.0
test
|-- io.semla:semla-testing:1.0.8
|-- org.testcontainers:testcontainers