Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.nicklaus4 |
ArtifactId | ArtifactIdredis-pool |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
redis-pool-1.0.4.pom | |
redis-pool-1.0.4.jar | 13 KB |
redis-pool-1.0.4-sources.jar | 6 KB |
redis-pool-1.0.4-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicklaus4/redis-pool/ -->
<dependency>
<groupId>com.github.nicklaus4</groupId>
<artifactId>redis-pool</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicklaus4/redis-pool/
implementation 'com.github.nicklaus4:redis-pool:1.0.4'
// https://jarcasting.com/artifacts/com.github.nicklaus4/redis-pool/
implementation ("com.github.nicklaus4:redis-pool:1.0.4")
'com.github.nicklaus4:redis-pool:jar:1.0.4'
<dependency org="com.github.nicklaus4" name="redis-pool" rev="1.0.4">
<artifact name="redis-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicklaus4', module='redis-pool', version='1.0.4')
)
libraryDependencies += "com.github.nicklaus4" % "redis-pool" % "1.0.4"
[com.github.nicklaus4/redis-pool "1.0.4"]