Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.gomyck |
ArtifactId | ArtifactIdgomyck-redis-spring-boot-starter |
Version | Version1.1.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gomyck/gomyck-redis-spring-boot-starter/ -->
<dependency>
<groupId>com.gomyck</groupId>
<artifactId>gomyck-redis-spring-boot-starter</artifactId>
<version>1.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gomyck/gomyck-redis-spring-boot-starter/
implementation 'com.gomyck:gomyck-redis-spring-boot-starter:1.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.gomyck/gomyck-redis-spring-boot-starter/
implementation ("com.gomyck:gomyck-redis-spring-boot-starter:1.1.2-RELEASE")
'com.gomyck:gomyck-redis-spring-boot-starter:jar:1.1.2-RELEASE'
<dependency org="com.gomyck" name="gomyck-redis-spring-boot-starter" rev="1.1.2-RELEASE">
<artifact name="gomyck-redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gomyck', module='gomyck-redis-spring-boot-starter', version='1.1.2-RELEASE')
)
libraryDependencies += "com.gomyck" % "gomyck-redis-spring-boot-starter" % "1.1.2-RELEASE"
[com.gomyck/gomyck-redis-spring-boot-starter "1.1.2-RELEASE"]