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