| Категории |
КатегорииRedis Данные Базы данных |
|---|---|
| Группа | Группаcom.github.jsimone |
| Идентификатор | Идентификаторwebapp-runner-redis |
| Версия | Версия8.5.37.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner-redis/ -->
<dependency>
<groupId>com.github.jsimone</groupId>
<artifactId>webapp-runner-redis</artifactId>
<version>8.5.37.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner-redis/
implementation 'com.github.jsimone:webapp-runner-redis:8.5.37.1'
// https://jarcasting.com/artifacts/com.github.jsimone/webapp-runner-redis/
implementation ("com.github.jsimone:webapp-runner-redis:8.5.37.1")
'com.github.jsimone:webapp-runner-redis:jar:8.5.37.1'
<dependency org="com.github.jsimone" name="webapp-runner-redis" rev="8.5.37.1">
<artifact name="webapp-runner-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsimone', module='webapp-runner-redis', version='8.5.37.1')
)
libraryDependencies += "com.github.jsimone" % "webapp-runner-redis" % "8.5.37.1"
[com.github.jsimone/webapp-runner-redis "8.5.37.1"]