Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdio.github.dengliming.redismodule |
ArtifactId | ArtifactIdcommons |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-1.0.0.pom | |
commons-1.0.0.jar | 4 KB |
commons-1.0.0-sources.jar | 4 KB |
commons-1.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dengliming.redismodule/commons/ -->
<dependency>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dengliming.redismodule/commons/
implementation 'io.github.dengliming.redismodule:commons:1.0.0'
// https://jarcasting.com/artifacts/io.github.dengliming.redismodule/commons/
implementation ("io.github.dengliming.redismodule:commons:1.0.0")
'io.github.dengliming.redismodule:commons:jar:1.0.0'
<dependency org="io.github.dengliming.redismodule" name="commons" rev="1.0.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dengliming.redismodule', module='commons', version='1.0.0')
)
libraryDependencies += "io.github.dengliming.redismodule" % "commons" % "1.0.0"
[io.github.dengliming.redismodule/commons "1.0.0"]