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