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