Categories |
CategoriesRedis Data Databases CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hawkbit |
ArtifactId | ArtifactIdhawkbit-cache-redis |
Version | Version0.2.0M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-cache-redis/ -->
<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-cache-redis</artifactId>
<version>0.2.0M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-cache-redis/
implementation 'org.eclipse.hawkbit:hawkbit-cache-redis:0.2.0M1'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-cache-redis/
implementation ("org.eclipse.hawkbit:hawkbit-cache-redis:0.2.0M1")
'org.eclipse.hawkbit:hawkbit-cache-redis:jar:0.2.0M1'
<dependency org="org.eclipse.hawkbit" name="hawkbit-cache-redis" rev="0.2.0M1">
<artifact name="hawkbit-cache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-cache-redis', version='0.2.0M1')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-cache-redis" % "0.2.0M1"
[org.eclipse.hawkbit/hawkbit-cache-redis "0.2.0M1"]