Categories |
CategoriesRedis Data Databases Wicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-datastore-redis |
Version | Version6.20.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-redis/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-datastore-redis</artifactId>
<version>6.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-redis/
implementation 'org.wicketstuff:wicketstuff-datastore-redis:6.20.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-redis/
implementation ("org.wicketstuff:wicketstuff-datastore-redis:6.20.0")
'org.wicketstuff:wicketstuff-datastore-redis:jar:6.20.0'
<dependency org="org.wicketstuff" name="wicketstuff-datastore-redis" rev="6.20.0">
<artifact name="wicketstuff-datastore-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-datastore-redis', version='6.20.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-datastore-redis" % "6.20.0"
[org.wicketstuff/wicketstuff-datastore-redis "6.20.0"]