| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases Net Ebean ORM |
| GroupId | GroupIdnet.onebean |
| ArtifactId | ArtifactIdonebean.data.redis |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
| Description |
Descriptiondata.redis
redis操作API
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/net.onebean/onebean.data.redis/ -->
<dependency>
<groupId>net.onebean</groupId>
<artifactId>onebean.data.redis</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.onebean/onebean.data.redis/
implementation 'net.onebean:onebean.data.redis:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/net.onebean/onebean.data.redis/
implementation ("net.onebean:onebean.data.redis:1.0.0.RELEASE")
'net.onebean:onebean.data.redis:jar:1.0.0.RELEASE'
<dependency org="net.onebean" name="onebean.data.redis" rev="1.0.0.RELEASE">
<artifact name="onebean.data.redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.onebean', module='onebean.data.redis', version='1.0.0.RELEASE')
)
libraryDependencies += "net.onebean" % "onebean.data.redis" % "1.0.0.RELEASE"
[net.onebean/onebean.data.redis "1.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.5 |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 1.5.20.RELEASE |
| org.redisson : redisson | jar | 3.10.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.onebean : net.onebean.core | jar | 1.0.1.RELEASE |