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