Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.google.apis |
ArtifactId | ArtifactIdgoogle-api-services-redis |
Version | Versionv1-rev20190308-1.28.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.apis/google-api-services-redis/ -->
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-redis</artifactId>
<version>v1-rev20190308-1.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-redis/
implementation 'com.google.apis:google-api-services-redis:v1-rev20190308-1.28.0'
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-redis/
implementation ("com.google.apis:google-api-services-redis:v1-rev20190308-1.28.0")
'com.google.apis:google-api-services-redis:jar:v1-rev20190308-1.28.0'
<dependency org="com.google.apis" name="google-api-services-redis" rev="v1-rev20190308-1.28.0">
<artifact name="google-api-services-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.apis', module='google-api-services-redis', version='v1-rev20190308-1.28.0')
)
libraryDependencies += "com.google.apis" % "google-api-services-redis" % "v1-rev20190308-1.28.0"
[com.google.apis/google-api-services-redis "v1-rev20190308-1.28.0"]