Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-redis-springdata2 |
Version | Version3.1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis-springdata2/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-redis-springdata2</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis-springdata2/
implementation 'com.github.fangjinuo.agileway:agileway-redis-springdata2:3.1.7'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis-springdata2/
implementation ("com.github.fangjinuo.agileway:agileway-redis-springdata2:3.1.7")
'com.github.fangjinuo.agileway:agileway-redis-springdata2:jar:3.1.7'
<dependency org="com.github.fangjinuo.agileway" name="agileway-redis-springdata2" rev="3.1.7">
<artifact name="agileway-redis-springdata2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-redis-springdata2', version='3.1.7')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-redis-springdata2" % "3.1.7"
[com.github.fangjinuo.agileway/agileway-redis-springdata2 "3.1.7"]