Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.nutz |
ArtifactId | ArtifactIdnutzboot-starter-redis |
Version | Version2.2.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-redis/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-redis</artifactId>
<version>2.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-redis/
implementation 'org.nutz:nutzboot-starter-redis:2.2.8'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-redis/
implementation ("org.nutz:nutzboot-starter-redis:2.2.8")
'org.nutz:nutzboot-starter-redis:jar:2.2.8'
<dependency org="org.nutz" name="nutzboot-starter-redis" rev="2.2.8">
<artifact name="nutzboot-starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-redis', version='2.2.8')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-redis" % "2.2.8"
[org.nutz/nutzboot-starter-redis "2.2.8"]