Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.eworkcloud |
ArtifactId | ArtifactIdework-cloud-starter-redis |
Version | Version2.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-redis/ -->
<dependency>
<groupId>com.eworkcloud</groupId>
<artifactId>ework-cloud-starter-redis</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-redis/
implementation 'com.eworkcloud:ework-cloud-starter-redis:2.0.5'
// https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-redis/
implementation ("com.eworkcloud:ework-cloud-starter-redis:2.0.5")
'com.eworkcloud:ework-cloud-starter-redis:jar:2.0.5'
<dependency org="com.eworkcloud" name="ework-cloud-starter-redis" rev="2.0.5">
<artifact name="ework-cloud-starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eworkcloud', module='ework-cloud-starter-redis', version='2.0.5')
)
libraryDependencies += "com.eworkcloud" % "ework-cloud-starter-redis" % "2.0.5"
[com.eworkcloud/ework-cloud-starter-redis "2.0.5"]