License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Redisson |
GroupId | GroupIdorg.redisson |
ArtifactId | ArtifactIdredisson-parent |
Last Version | Last Version3.17.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRedisson
Redis Java client with features of In-Memory Data Grid
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
redisson-parent-3.17.4.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-parent/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-parent</artifactId>
<version>3.17.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-parent/
implementation 'org.redisson:redisson-parent:3.17.4'
// https://jarcasting.com/artifacts/org.redisson/redisson-parent/
implementation ("org.redisson:redisson-parent:3.17.4")
'org.redisson:redisson-parent:pom:3.17.4'
<dependency org="org.redisson" name="redisson-parent" rev="3.17.4">
<artifact name="redisson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-parent', version='3.17.4')
)
libraryDependencies += "org.redisson" % "redisson-parent" % "3.17.4"
[org.redisson/redisson-parent "3.17.4"]