Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.scredis |
ArtifactId | ArtifactIdscredis_2.12 |
Version | Version2.4.3 |
Type | Typejar |
Filename | Size |
---|---|
scredis_2.12-2.4.3.pom | |
scredis_2.12-2.4.3.jar | 1 MB |
scredis_2.12-2.4.3-sources.jar | 106 KB |
scredis_2.12-2.4.3-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.scredis/scredis_2.12/ -->
<dependency>
<groupId>com.github.scredis</groupId>
<artifactId>scredis_2.12</artifactId>
<version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scredis/scredis_2.12/
implementation 'com.github.scredis:scredis_2.12:2.4.3'
// https://jarcasting.com/artifacts/com.github.scredis/scredis_2.12/
implementation ("com.github.scredis:scredis_2.12:2.4.3")
'com.github.scredis:scredis_2.12:jar:2.4.3'
<dependency org="com.github.scredis" name="scredis_2.12" rev="2.4.3">
<artifact name="scredis_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scredis', module='scredis_2.12', version='2.4.3')
)
libraryDependencies += "com.github.scredis" % "scredis_2.12" % "2.4.3"
[com.github.scredis/scredis_2.12 "2.4.3"]