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