is not current version
Last Version 0.7

com.github.spullara.redis:protocol 0.3


Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

protocol
Version

Version

0.3
Type

Type

jar

Download protocol 0.3


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