Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-redis-springdata2 |
Version | Version3.1.5 |
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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis-springdata2/
implementation 'com.github.fangjinuo.agileway:agileway-redis-springdata2:3.1.5'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-redis-springdata2/
implementation ("com.github.fangjinuo.agileway:agileway-redis-springdata2:3.1.5")
'com.github.fangjinuo.agileway:agileway-redis-springdata2:jar:3.1.5'
<dependency org="com.github.fangjinuo.agileway" name="agileway-redis-springdata2" rev="3.1.5">
<artifact name="agileway-redis-springdata2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-redis-springdata2', version='3.1.5')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-redis-springdata2" % "3.1.5"
[com.github.fangjinuo.agileway/agileway-redis-springdata2 "3.1.5"]