is not current version
Last Version 0.20.0

com.github.tonivade:resp-server 0.7.3

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.7.3
Type

Type

jar

Download resp-server 0.7.3


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