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