Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.AnonymousMister |
ArtifactId | ArtifactIdboot-fast-redis-cache-starter |
Version | Version2.1.0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.AnonymousMister/boot-fast-redis-cache-starter/ -->
<dependency>
<groupId>com.github.AnonymousMister</groupId>
<artifactId>boot-fast-redis-cache-starter</artifactId>
<version>2.1.0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.AnonymousMister/boot-fast-redis-cache-starter/
implementation 'com.github.AnonymousMister:boot-fast-redis-cache-starter:2.1.0.1.3'
// https://jarcasting.com/artifacts/com.github.AnonymousMister/boot-fast-redis-cache-starter/
implementation ("com.github.AnonymousMister:boot-fast-redis-cache-starter:2.1.0.1.3")
'com.github.AnonymousMister:boot-fast-redis-cache-starter:jar:2.1.0.1.3'
<dependency org="com.github.AnonymousMister" name="boot-fast-redis-cache-starter" rev="2.1.0.1.3">
<artifact name="boot-fast-redis-cache-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.AnonymousMister', module='boot-fast-redis-cache-starter', version='2.1.0.1.3')
)
libraryDependencies += "com.github.AnonymousMister" % "boot-fast-redis-cache-starter" % "2.1.0.1.3"
[com.github.AnonymousMister/boot-fast-redis-cache-starter "2.1.0.1.3"]