Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdio.datarouter |
ArtifactId | ArtifactIddatarouter-redis |
Version | Version0.0.89 |
Type | Typejar |
Filename | Size |
---|---|
datarouter-redis-0.0.89.pom | |
datarouter-redis-0.0.89.jar | 36 KB |
datarouter-redis-0.0.89-sources.jar | 20 KB |
datarouter-redis-0.0.89-javadoc.jar | 501 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datarouter/datarouter-redis/ -->
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-redis</artifactId>
<version>0.0.89</version>
</dependency>
// https://jarcasting.com/artifacts/io.datarouter/datarouter-redis/
implementation 'io.datarouter:datarouter-redis:0.0.89'
// https://jarcasting.com/artifacts/io.datarouter/datarouter-redis/
implementation ("io.datarouter:datarouter-redis:0.0.89")
'io.datarouter:datarouter-redis:jar:0.0.89'
<dependency org="io.datarouter" name="datarouter-redis" rev="0.0.89">
<artifact name="datarouter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datarouter', module='datarouter-redis', version='0.0.89')
)
libraryDependencies += "io.datarouter" % "datarouter-redis" % "0.0.89"
[io.datarouter/datarouter-redis "0.0.89"]