| Категории |
КатегорииRedis Данные Базы данных |
|---|---|
| Группа | Группаcom.kangyonggan |
| Идентификатор | Идентификаторapp-redis |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| app-redis-1.0.0.RELEASE.pom | |
| app-redis-1.0.0.RELEASE.jar | 7 KB |
| app-redis-1.0.0.RELEASE-sources.jar | 5 KB |
| app-redis-1.0.0.RELEASE-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.kangyonggan/app-redis/ -->
<dependency>
<groupId>com.kangyonggan</groupId>
<artifactId>app-redis</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.kangyonggan/app-redis/
implementation 'com.kangyonggan:app-redis:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.kangyonggan/app-redis/
implementation ("com.kangyonggan:app-redis:1.0.0.RELEASE")
'com.kangyonggan:app-redis:jar:1.0.0.RELEASE'
<dependency org="com.kangyonggan" name="app-redis" rev="1.0.0.RELEASE">
<artifact name="app-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kangyonggan', module='app-redis', version='1.0.0.RELEASE')
)
libraryDependencies += "com.kangyonggan" % "app-redis" % "1.0.0.RELEASE"
[com.kangyonggan/app-redis "1.0.0.RELEASE"]