Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdio.github.thebesteric.framework.switchlogger |
ArtifactId | ArtifactIdswitch-logger-redis |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.thebesteric.framework.switchlogger/switch-logger-redis/ -->
<dependency>
<groupId>io.github.thebesteric.framework.switchlogger</groupId>
<artifactId>switch-logger-redis</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thebesteric.framework.switchlogger/switch-logger-redis/
implementation 'io.github.thebesteric.framework.switchlogger:switch-logger-redis:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.thebesteric.framework.switchlogger/switch-logger-redis/
implementation ("io.github.thebesteric.framework.switchlogger:switch-logger-redis:1.0.0-RELEASE")
'io.github.thebesteric.framework.switchlogger:switch-logger-redis:jar:1.0.0-RELEASE'
<dependency org="io.github.thebesteric.framework.switchlogger" name="switch-logger-redis" rev="1.0.0-RELEASE">
<artifact name="switch-logger-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thebesteric.framework.switchlogger', module='switch-logger-redis', version='1.0.0-RELEASE')
)
libraryDependencies += "io.github.thebesteric.framework.switchlogger" % "switch-logger-redis" % "1.0.0-RELEASE"
[io.github.thebesteric.framework.switchlogger/switch-logger-redis "1.0.0-RELEASE"]