Categories |
CategoriesRedis Data Databases Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.wangjianxins |
ArtifactId | ArtifactIdrediswang-spring-auto-starter |
Version | Version1.0.5-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wangjianxins/rediswang-spring-auto-starter/ -->
<dependency>
<groupId>com.github.wangjianxins</groupId>
<artifactId>rediswang-spring-auto-starter</artifactId>
<version>1.0.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangjianxins/rediswang-spring-auto-starter/
implementation 'com.github.wangjianxins:rediswang-spring-auto-starter:1.0.5-RELEASE'
// https://jarcasting.com/artifacts/com.github.wangjianxins/rediswang-spring-auto-starter/
implementation ("com.github.wangjianxins:rediswang-spring-auto-starter:1.0.5-RELEASE")
'com.github.wangjianxins:rediswang-spring-auto-starter:jar:1.0.5-RELEASE'
<dependency org="com.github.wangjianxins" name="rediswang-spring-auto-starter" rev="1.0.5-RELEASE">
<artifact name="rediswang-spring-auto-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangjianxins', module='rediswang-spring-auto-starter', version='1.0.5-RELEASE')
)
libraryDependencies += "com.github.wangjianxins" % "rediswang-spring-auto-starter" % "1.0.5-RELEASE"
[com.github.wangjianxins/rediswang-spring-auto-starter "1.0.5-RELEASE"]