| Categories |
CategoriesRedis Data Databases Redisson |
|---|---|
| GroupId | GroupIdorg.factcast |
| ArtifactId | ArtifactIdfactcast-snapshotcache-redisson |
| Version | Version0.5.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-snapshotcache-redisson/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-snapshotcache-redisson</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-snapshotcache-redisson/
implementation 'org.factcast:factcast-snapshotcache-redisson:0.5.2'
// https://jarcasting.com/artifacts/org.factcast/factcast-snapshotcache-redisson/
implementation ("org.factcast:factcast-snapshotcache-redisson:0.5.2")
'org.factcast:factcast-snapshotcache-redisson:jar:0.5.2'
<dependency org="org.factcast" name="factcast-snapshotcache-redisson" rev="0.5.2">
<artifact name="factcast-snapshotcache-redisson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-snapshotcache-redisson', version='0.5.2')
)
libraryDependencies += "org.factcast" % "factcast-snapshotcache-redisson" % "0.5.2"
[org.factcast/factcast-snapshotcache-redisson "0.5.2"]