Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.yamingd.argo |
ArtifactId | ArtifactIdredis-template |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
redis-template-2.0.pom | |
redis-template-2.0.jar | 97 KB |
redis-template-2.0-sources.jar | 10 KB |
redis-template-2.0-javadoc.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yamingd.argo/redis-template/ -->
<dependency>
<groupId>com.github.yamingd.argo</groupId>
<artifactId>redis-template</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yamingd.argo/redis-template/
implementation 'com.github.yamingd.argo:redis-template:2.0'
// https://jarcasting.com/artifacts/com.github.yamingd.argo/redis-template/
implementation ("com.github.yamingd.argo:redis-template:2.0")
'com.github.yamingd.argo:redis-template:jar:2.0'
<dependency org="com.github.yamingd.argo" name="redis-template" rev="2.0">
<artifact name="redis-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yamingd.argo', module='redis-template', version='2.0')
)
libraryDependencies += "com.github.yamingd.argo" % "redis-template" % "2.0"
[com.github.yamingd.argo/redis-template "2.0"]