| License |
License |
|---|---|
| Categories |
CategoriesJedis Data Databases |
| GroupId | GroupIdcom.scloudic |
| ArtifactId | ArtifactIdrabbit-jedis |
| Version | Version3.5.2.RELEASE |
| Type | Typejar |
| Description |
Descriptionrabbit-framework
|
<!-- https://jarcasting.com/artifacts/com.scloudic/rabbit-jedis/ -->
<dependency>
<groupId>com.scloudic</groupId>
<artifactId>rabbit-jedis</artifactId>
<version>3.5.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.scloudic/rabbit-jedis/
implementation 'com.scloudic:rabbit-jedis:3.5.2.RELEASE'
// https://jarcasting.com/artifacts/com.scloudic/rabbit-jedis/
implementation ("com.scloudic:rabbit-jedis:3.5.2.RELEASE")
'com.scloudic:rabbit-jedis:jar:3.5.2.RELEASE'
<dependency org="com.scloudic" name="rabbit-jedis" rev="3.5.2.RELEASE">
<artifact name="rabbit-jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scloudic', module='rabbit-jedis', version='3.5.2.RELEASE')
)
libraryDependencies += "com.scloudic" % "rabbit-jedis" % "3.5.2.RELEASE"
[com.scloudic/rabbit-jedis "3.5.2.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 3.5.2 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |