Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdio.github.rothschil |
ArtifactId | ArtifactIdpersistence-redis |
Version | Version1.2.1.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.rothschil/persistence-redis/ -->
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>persistence-redis</artifactId>
<version>1.2.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-redis/
implementation 'io.github.rothschil:persistence-redis:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-redis/
implementation ("io.github.rothschil:persistence-redis:1.2.1.RELEASE")
'io.github.rothschil:persistence-redis:pom:1.2.1.RELEASE'
<dependency org="io.github.rothschil" name="persistence-redis" rev="1.2.1.RELEASE">
<artifact name="persistence-redis" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rothschil', module='persistence-redis', version='1.2.1.RELEASE')
)
libraryDependencies += "io.github.rothschil" % "persistence-redis" % "1.2.1.RELEASE"
[io.github.rothschil/persistence-redis "1.2.1.RELEASE"]