Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.gomyck |
ArtifactId | ArtifactIdgomyck-redis-spring-boot-starter |
Version | Version1.0.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.0.2-Release</version>
</dependency>
// https://jarcasting.com/artifacts/com.gomyck/gomyck-redis-spring-boot-starter/
implementation 'com.gomyck:gomyck-redis-spring-boot-starter:1.0.2-Release'
// https://jarcasting.com/artifacts/com.gomyck/gomyck-redis-spring-boot-starter/
implementation ("com.gomyck:gomyck-redis-spring-boot-starter:1.0.2-Release")
'com.gomyck:gomyck-redis-spring-boot-starter:jar:1.0.2-Release'
<dependency org="com.gomyck" name="gomyck-redis-spring-boot-starter" rev="1.0.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.0.2-Release')
)
libraryDependencies += "com.gomyck" % "gomyck-redis-spring-boot-starter" % "1.0.2-Release"
[com.gomyck/gomyck-redis-spring-boot-starter "1.0.2-Release"]