| Categories |
CategoriesRedis Data Databases |
|---|---|
| GroupId | GroupIdcom.github.spullara.redis |
| ArtifactId | ArtifactIdprotocol |
| Version | Version0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| protocol-0.4.pom | |
| protocol-0.4.jar | 12 KB |
| protocol-0.4-sources.jar | 6 KB |
| protocol-0.4-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/protocol/ -->
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>protocol</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/protocol/
implementation 'com.github.spullara.redis:protocol:0.4'
// https://jarcasting.com/artifacts/com.github.spullara.redis/protocol/
implementation ("com.github.spullara.redis:protocol:0.4")
'com.github.spullara.redis:protocol:jar:0.4'
<dependency org="com.github.spullara.redis" name="protocol" rev="0.4">
<artifact name="protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='protocol', version='0.4')
)
libraryDependencies += "com.github.spullara.redis" % "protocol" % "0.4"
[com.github.spullara.redis/protocol "0.4"]