Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.cetsoft |
ArtifactId | ArtifactIdimcache-redis |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
imcache-redis-0.2.0.pom | |
imcache-redis-0.2.0.jar | 19 KB |
imcache-redis-0.2.0-sources.jar | 20 KB |
imcache-redis-0.2.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cetsoft/imcache-redis/ -->
<dependency>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-redis</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cetsoft/imcache-redis/
implementation 'com.cetsoft:imcache-redis:0.2.0'
// https://jarcasting.com/artifacts/com.cetsoft/imcache-redis/
implementation ("com.cetsoft:imcache-redis:0.2.0")
'com.cetsoft:imcache-redis:jar:0.2.0'
<dependency org="com.cetsoft" name="imcache-redis" rev="0.2.0">
<artifact name="imcache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cetsoft', module='imcache-redis', version='0.2.0')
)
libraryDependencies += "com.cetsoft" % "imcache-redis" % "0.2.0"
[com.cetsoft/imcache-redis "0.2.0"]