Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.huifer |
ArtifactId | ArtifactIdview-redis-boot |
Version | Version1.0-Releases |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.huifer/view-redis-boot/ -->
<dependency>
<groupId>com.github.huifer</groupId>
<artifactId>view-redis-boot</artifactId>
<version>1.0-Releases</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huifer/view-redis-boot/
implementation 'com.github.huifer:view-redis-boot:1.0-Releases'
// https://jarcasting.com/artifacts/com.github.huifer/view-redis-boot/
implementation ("com.github.huifer:view-redis-boot:1.0-Releases")
'com.github.huifer:view-redis-boot:jar:1.0-Releases'
<dependency org="com.github.huifer" name="view-redis-boot" rev="1.0-Releases">
<artifact name="view-redis-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huifer', module='view-redis-boot', version='1.0-Releases')
)
libraryDependencies += "com.github.huifer" % "view-redis-boot" % "1.0-Releases"
[com.github.huifer/view-redis-boot "1.0-Releases"]