Categories |
CategoriesRedis Data Databases CLI User Interface |
---|---|
GroupId | GroupIdtop.hmtools |
ArtifactId | ArtifactIdRedisClientManager |
Version | Version0.0.1.20180309 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.hmtools/RedisClientManager/ -->
<dependency>
<groupId>top.hmtools</groupId>
<artifactId>RedisClientManager</artifactId>
<version>0.0.1.20180309</version>
</dependency>
// https://jarcasting.com/artifacts/top.hmtools/RedisClientManager/
implementation 'top.hmtools:RedisClientManager:0.0.1.20180309'
// https://jarcasting.com/artifacts/top.hmtools/RedisClientManager/
implementation ("top.hmtools:RedisClientManager:0.0.1.20180309")
'top.hmtools:RedisClientManager:jar:0.0.1.20180309'
<dependency org="top.hmtools" name="RedisClientManager" rev="0.0.1.20180309">
<artifact name="RedisClientManager" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.hmtools', module='RedisClientManager', version='0.0.1.20180309')
)
libraryDependencies += "top.hmtools" % "RedisClientManager" % "0.0.1.20180309"
[top.hmtools/RedisClientManager "0.0.1.20180309"]