Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.wgzhao.datax |
ArtifactId | ArtifactIdrediswriter |
Version | Version3.2.3 |
Type | Typejar |
Filename | Size |
---|---|
rediswriter-3.2.3.pom | |
rediswriter-3.2.3.jar | 8 KB |
rediswriter-3.2.3-sources.jar | 5 KB |
rediswriter-3.2.3-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wgzhao.datax/rediswriter/ -->
<dependency>
<groupId>com.wgzhao.datax</groupId>
<artifactId>rediswriter</artifactId>
<version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgzhao.datax/rediswriter/
implementation 'com.wgzhao.datax:rediswriter:3.2.3'
// https://jarcasting.com/artifacts/com.wgzhao.datax/rediswriter/
implementation ("com.wgzhao.datax:rediswriter:3.2.3")
'com.wgzhao.datax:rediswriter:jar:3.2.3'
<dependency org="com.wgzhao.datax" name="rediswriter" rev="3.2.3">
<artifact name="rediswriter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgzhao.datax', module='rediswriter', version='3.2.3')
)
libraryDependencies += "com.wgzhao.datax" % "rediswriter" % "3.2.3"
[com.wgzhao.datax/rediswriter "3.2.3"]