Categories |
CategoriesRedis Data Databases Utility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.github.eagle6688 |
ArtifactId | ArtifactIddevutility.external.redis |
Version | Version3.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.redis/ -->
<dependency>
<groupId>com.github.eagle6688</groupId>
<artifactId>devutility.external.redis</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.redis/
implementation 'com.github.eagle6688:devutility.external.redis:3.1.5'
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.redis/
implementation ("com.github.eagle6688:devutility.external.redis:3.1.5")
'com.github.eagle6688:devutility.external.redis:jar:3.1.5'
<dependency org="com.github.eagle6688" name="devutility.external.redis" rev="3.1.5">
<artifact name="devutility.external.redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eagle6688', module='devutility.external.redis', version='3.1.5')
)
libraryDependencies += "com.github.eagle6688" % "devutility.external.redis" % "3.1.5"
[com.github.eagle6688/devutility.external.redis "3.1.5"]