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