Categories |
CategoriesJedis Data Databases |
---|---|
GroupId | GroupIdcom.github.obase |
ArtifactId | ArtifactIdobase-jedis |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
obase-jedis-0.8.2.pom | |
obase-jedis-0.8.2.jar | 30 KB |
obase-jedis-0.8.2-sources.jar | 12 KB |
obase-jedis-0.8.2-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.obase/obase-jedis/ -->
<dependency>
<groupId>com.github.obase</groupId>
<artifactId>obase-jedis</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.obase/obase-jedis/
implementation 'com.github.obase:obase-jedis:0.8.2'
// https://jarcasting.com/artifacts/com.github.obase/obase-jedis/
implementation ("com.github.obase:obase-jedis:0.8.2")
'com.github.obase:obase-jedis:jar:0.8.2'
<dependency org="com.github.obase" name="obase-jedis" rev="0.8.2">
<artifact name="obase-jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.obase', module='obase-jedis', version='0.8.2')
)
libraryDependencies += "com.github.obase" % "obase-jedis" % "0.8.2"
[com.github.obase/obase-jedis "0.8.2"]