License |
License |
---|---|
GroupId | GroupIdcom.github.tonivade |
ArtifactId | ArtifactIdresp-server |
Version | Version0.18.1 |
Type | Typejar |
Description |
DescriptionRESP Server
Netty implementation of REdis Serialization Protocol, and a simple framework to implement command based protocols
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
resp-server-0.18.1.pom | |
resp-server-0.18.1.jar | 63 KB |
resp-server-0.18.1-sources.jar | 30 KB |
resp-server-0.18.1-javadoc.jar | 520 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/resp-server/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>resp-server</artifactId>
<version>0.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/resp-server/
implementation 'com.github.tonivade:resp-server:0.18.1'
// https://jarcasting.com/artifacts/com.github.tonivade/resp-server/
implementation ("com.github.tonivade:resp-server:0.18.1")
'com.github.tonivade:resp-server:jar:0.18.1'
<dependency org="com.github.tonivade" name="resp-server" rev="0.18.1">
<artifact name="resp-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='resp-server', version='0.18.1')
)
libraryDependencies += "com.github.tonivade" % "resp-server" % "0.18.1"
[com.github.tonivade/resp-server "0.18.1"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.66.Final |
io.reactivex.rxjava3 : rxjava | jar | 3.1.0 |
com.github.tonivade : purefun-core | jar | 2.2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.mockito : mockito-core | jar | 3.11.2 |
org.hamcrest : hamcrest-library | jar | 2.2 |