is not current version
Last Version 9.10.0

org.wicketstuff:wicketstuff-datastore-redis 9.0.0-M3

An implementation of Apache Wicket's IPageStore that uses Redis as a backend

Categories

Categories

Redis Data Databases Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-datastore-redis
Version

Version

9.0.0-M3
Type

Type

jar

Download wicketstuff-datastore-redis 9.0.0-M3


<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-redis/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-datastore-redis</artifactId>
    <version>9.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-redis/
implementation 'org.wicketstuff:wicketstuff-datastore-redis:9.0.0-M3'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-redis/
implementation ("org.wicketstuff:wicketstuff-datastore-redis:9.0.0-M3")
'org.wicketstuff:wicketstuff-datastore-redis:jar:9.0.0-M3'
<dependency org="org.wicketstuff" name="wicketstuff-datastore-redis" rev="9.0.0-M3">
  <artifact name="wicketstuff-datastore-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-datastore-redis', version='9.0.0-M3')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-datastore-redis" % "9.0.0-M3"
[org.wicketstuff/wicketstuff-datastore-redis "9.0.0-M3"]