License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
GroupId | GroupIdio.github.dovemy |
ArtifactId | ArtifactIdhami-redis-spring-boot-starter |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOut-of-box framework for SpringBoot
|
<!-- https://jarcasting.com/artifacts/io.github.dovemy/hami-redis-spring-boot-starter/ -->
<dependency>
<groupId>io.github.dovemy</groupId>
<artifactId>hami-redis-spring-boot-starter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dovemy/hami-redis-spring-boot-starter/
implementation 'io.github.dovemy:hami-redis-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/io.github.dovemy/hami-redis-spring-boot-starter/
implementation ("io.github.dovemy:hami-redis-spring-boot-starter:1.0.2")
'io.github.dovemy:hami-redis-spring-boot-starter:jar:1.0.2'
<dependency org="io.github.dovemy" name="hami-redis-spring-boot-starter" rev="1.0.2">
<artifact name="hami-redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dovemy', module='hami-redis-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "io.github.dovemy" % "hami-redis-spring-boot-starter" % "1.0.2"
[io.github.dovemy/hami-redis-spring-boot-starter "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.4.11 |
org.apache.commons : commons-pool2 | jar | 2.5.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.11.4 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |