is not current version
Last Version 0.20.0

com.github.tonivade:resp-server 0.10.0

Netty implementation of REdis Serialization Protocol, and a simple framework to implement command based protocols

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

resp-server
Version

Version

0.10.0
Type

Type

jar

Download resp-server 0.10.0


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