| Categories |
CategoriesRedis Data Databases |
|---|---|
| GroupId | GroupIdcom.github.scredis |
| ArtifactId | ArtifactIdscredis_2.11 |
| Version | Version2.3.3+20-8a2082d4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.scredis/scredis_2.11/ -->
<dependency>
<groupId>com.github.scredis</groupId>
<artifactId>scredis_2.11</artifactId>
<version>2.3.3+20-8a2082d4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scredis/scredis_2.11/
implementation 'com.github.scredis:scredis_2.11:2.3.3+20-8a2082d4'
// https://jarcasting.com/artifacts/com.github.scredis/scredis_2.11/
implementation ("com.github.scredis:scredis_2.11:2.3.3+20-8a2082d4")
'com.github.scredis:scredis_2.11:jar:2.3.3+20-8a2082d4'
<dependency org="com.github.scredis" name="scredis_2.11" rev="2.3.3+20-8a2082d4">
<artifact name="scredis_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scredis', module='scredis_2.11', version='2.3.3+20-8a2082d4')
)
libraryDependencies += "com.github.scredis" % "scredis_2.11" % "2.3.3+20-8a2082d4"
[com.github.scredis/scredis_2.11 "2.3.3+20-8a2082d4"]