Categories |
CategoriesScala Languages Redis Data Databases |
---|---|
GroupId | GroupIdcom.github.Ma27 |
ArtifactId | ArtifactIdrediscala_2.13 |
Version | Version1.9.1 |
Type | Typejar |
Filename | Size |
---|---|
rediscala_2.13-1.9.1.pom | |
rediscala_2.13-1.9.1.jar | 1 MB |
rediscala_2.13-1.9.1-sources.jar | 51 KB |
rediscala_2.13-1.9.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Ma27/rediscala_2.13/ -->
<dependency>
<groupId>com.github.Ma27</groupId>
<artifactId>rediscala_2.13</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Ma27/rediscala_2.13/
implementation 'com.github.Ma27:rediscala_2.13:1.9.1'
// https://jarcasting.com/artifacts/com.github.Ma27/rediscala_2.13/
implementation ("com.github.Ma27:rediscala_2.13:1.9.1")
'com.github.Ma27:rediscala_2.13:jar:1.9.1'
<dependency org="com.github.Ma27" name="rediscala_2.13" rev="1.9.1">
<artifact name="rediscala_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Ma27', module='rediscala_2.13', version='1.9.1')
)
libraryDependencies += "com.github.Ma27" % "rediscala_2.13" % "1.9.1"
[com.github.Ma27/rediscala_2.13 "1.9.1"]