| Categories |
CategoriesJedis Data Databases Jooby User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.jooby |
| ArtifactId | ArtifactIdjooby-jedis |
| Version | Version1.6.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jooby-jedis-1.6.5.pom | |
| jooby-jedis-1.6.5.jar | 11 KB |
| jooby-jedis-1.6.5-sources.jar | 22 KB |
| jooby-jedis-1.6.5-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-jedis/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-jedis</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-jedis/
implementation 'org.jooby:jooby-jedis:1.6.5'
// https://jarcasting.com/artifacts/org.jooby/jooby-jedis/
implementation ("org.jooby:jooby-jedis:1.6.5")
'org.jooby:jooby-jedis:jar:1.6.5'
<dependency org="org.jooby" name="jooby-jedis" rev="1.6.5">
<artifact name="jooby-jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-jedis', version='1.6.5')
)
libraryDependencies += "org.jooby" % "jooby-jedis" % "1.6.5"
[org.jooby/jooby-jedis "1.6.5"]