| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных Wicket Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.wicketstuff |
| Идентификатор | Идентификаторwicketstuff-datastore-redis |
| Версия | Версия9.9.1 |
| Тип | Типjar |
| Описание |
ОписаниеApache Wicket IPageStore Redis
An implementation of Apache Wicket's IPageStore that uses Redis as a backend
|
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-redis/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-datastore-redis</artifactId>
<version>9.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-redis/
implementation 'org.wicketstuff:wicketstuff-datastore-redis:9.9.1'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datastore-redis/
implementation ("org.wicketstuff:wicketstuff-datastore-redis:9.9.1")
'org.wicketstuff:wicketstuff-datastore-redis:jar:9.9.1'
<dependency org="org.wicketstuff" name="wicketstuff-datastore-redis" rev="9.9.1">
<artifact name="wicketstuff-datastore-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-datastore-redis', version='9.9.1')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-datastore-redis" % "9.9.1"
[org.wicketstuff/wicketstuff-datastore-redis "9.9.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.wicketstuff : wicketstuff-datastore-common | jar | 9.9.1 |
| redis.clients : jedis | jar | 4.2.1 |
| org.apache.wicket : wicket-core | jar | 9.9.1 |
| org.apache.wicket : wicket-devutils | jar | 9.9.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty.aggregate : jetty-all | jar | 9.4.46.v20220331 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.wicketstuff : wicketstuff-datastore-common | jar | 9.9.1 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.36 |