is not current version
Last Version 0.4

com.github.spullara.redis:server 0.3


Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

server
Version

Version

0.3
Type

Type

jar

Download server 0.3


<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/server/ -->
<dependency>
    <groupId>com.github.spullara.redis</groupId>
    <artifactId>server</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/server/
implementation 'com.github.spullara.redis:server:0.3'
// https://jarcasting.com/artifacts/com.github.spullara.redis/server/
implementation ("com.github.spullara.redis:server:0.3")
'com.github.spullara.redis:server:jar:0.3'
<dependency org="com.github.spullara.redis" name="server" rev="0.3">
  <artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='server', version='0.3')
)
libraryDependencies += "com.github.spullara.redis" % "server" % "0.3"
[com.github.spullara.redis/server "0.3"]