| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJedis Data Databases | 
        
| GroupId | GroupIdcom.github.sazzad16 | 
    
| ArtifactId | ArtifactIdjedis | 
    
| Last Version | Last Version2.10.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJedis 
            A java client for github.com/antirez/redis, a fork of github.com/xetorthio/jedis 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jedis-2.10.1.pom | |
| jedis-2.10.1.jar | 553 KB | 
| jedis-2.10.1-sources.jar | 154 KB | 
| jedis-2.10.1-javadoc.jar | 916 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.sazzad16/jedis/ -->
<dependency>
    <groupId>com.github.sazzad16</groupId>
    <artifactId>jedis</artifactId>
    <version>2.10.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.sazzad16/jedis/
implementation 'com.github.sazzad16:jedis:2.10.1'
                // https://jarcasting.com/artifacts/com.github.sazzad16/jedis/
implementation ("com.github.sazzad16:jedis:2.10.1")
                'com.github.sazzad16:jedis:jar:2.10.1'
                <dependency org="com.github.sazzad16" name="jedis" rev="2.10.1">
  <artifact name="jedis" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.sazzad16', module='jedis', version='2.10.1')
)
                libraryDependencies += "com.github.sazzad16" % "jedis" % "2.10.1"
                [com.github.sazzad16/jedis "2.10.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-pool2 | jar | 2.4.3 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.apache.logging.log4j : log4j-core | jar | 2.8.2 | 
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.2 |