Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.yoojia |
ArtifactId | ArtifactIdnext-web-redis |
Version | Version3.0.1-alpha |
Type | Typejar |
Filename | Size |
---|---|
next-web-redis-3.0.1-alpha.pom | |
next-web-redis-3.0.1-alpha.jar | 6 KB |
next-web-redis-3.0.1-alpha-sources.jar | 3 KB |
next-web-redis-3.0.1-alpha-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-web-redis/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-web-redis</artifactId>
<version>3.0.1-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-redis/
implementation 'com.github.yoojia:next-web-redis:3.0.1-alpha'
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-redis/
implementation ("com.github.yoojia:next-web-redis:3.0.1-alpha")
'com.github.yoojia:next-web-redis:jar:3.0.1-alpha'
<dependency org="com.github.yoojia" name="next-web-redis" rev="3.0.1-alpha">
<artifact name="next-web-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-web-redis', version='3.0.1-alpha')
)
libraryDependencies += "com.github.yoojia" % "next-web-redis" % "3.0.1-alpha"
[com.github.yoojia/next-web-redis "3.0.1-alpha"]