Categories |
CategoriesRedis Data Databases CLI User Interface |
---|---|
GroupId | GroupIdcom.bluejeans |
ArtifactId | ArtifactIdredis-collection-client |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bluejeans/redis-collection-client/ -->
<dependency>
<groupId>com.bluejeans</groupId>
<artifactId>redis-collection-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluejeans/redis-collection-client/
implementation 'com.bluejeans:redis-collection-client:0.0.1'
// https://jarcasting.com/artifacts/com.bluejeans/redis-collection-client/
implementation ("com.bluejeans:redis-collection-client:0.0.1")
'com.bluejeans:redis-collection-client:jar:0.0.1'
<dependency org="com.bluejeans" name="redis-collection-client" rev="0.0.1">
<artifact name="redis-collection-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluejeans', module='redis-collection-client', version='0.0.1')
)
libraryDependencies += "com.bluejeans" % "redis-collection-client" % "0.0.1"
[com.bluejeans/redis-collection-client "0.0.1"]