Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.heanbian |
ArtifactId | ArtifactIdheanbian-redis-template |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.heanbian/heanbian-redis-template/ -->
<dependency>
<groupId>com.heanbian</groupId>
<artifactId>heanbian-redis-template</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian/heanbian-redis-template/
implementation 'com.heanbian:heanbian-redis-template:1.0.2'
// https://jarcasting.com/artifacts/com.heanbian/heanbian-redis-template/
implementation ("com.heanbian:heanbian-redis-template:1.0.2")
'com.heanbian:heanbian-redis-template:jar:1.0.2'
<dependency org="com.heanbian" name="heanbian-redis-template" rev="1.0.2">
<artifact name="heanbian-redis-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian', module='heanbian-redis-template', version='1.0.2')
)
libraryDependencies += "com.heanbian" % "heanbian-redis-template" % "1.0.2"
[com.heanbian/heanbian-redis-template "1.0.2"]