Categories |
CategoriesRedis Data Databases Net Ebean ORM |
---|---|
GroupId | GroupIdnet.onebean |
ArtifactId | ArtifactIdnet.onebean.data.redis |
Last Version | Last Version1.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/net.onebean/net.onebean.data.redis/ -->
<dependency>
<groupId>net.onebean</groupId>
<artifactId>net.onebean.data.redis</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.onebean/net.onebean.data.redis/
implementation 'net.onebean:net.onebean.data.redis:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/net.onebean/net.onebean.data.redis/
implementation ("net.onebean:net.onebean.data.redis:1.0.1.RELEASE")
'net.onebean:net.onebean.data.redis:jar:1.0.1.RELEASE'
<dependency org="net.onebean" name="net.onebean.data.redis" rev="1.0.1.RELEASE">
<artifact name="net.onebean.data.redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.onebean', module='net.onebean.data.redis', version='1.0.1.RELEASE')
)
libraryDependencies += "net.onebean" % "net.onebean.data.redis" % "1.0.1.RELEASE"
[net.onebean/net.onebean.data.redis "1.0.1.RELEASE"]