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