| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases JSON |
| GroupId | GroupIdcom.redislabs |
| ArtifactId | ArtifactIdjrejson |
| Last Version | Last Version1.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJReJSON
Official client for ReJSON
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationRedisLabs |
| Filename | Size |
|---|---|
| jrejson-1.5.0.pom | |
| jrejson-1.5.0.jar | 9 KB |
| jrejson-1.5.0-sources.jar | 4 KB |
| jrejson-1.5.0-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.redislabs/jrejson/ -->
<dependency>
<groupId>com.redislabs</groupId>
<artifactId>jrejson</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redislabs/jrejson/
implementation 'com.redislabs:jrejson:1.5.0'
// https://jarcasting.com/artifacts/com.redislabs/jrejson/
implementation ("com.redislabs:jrejson:1.5.0")
'com.redislabs:jrejson:jar:1.5.0'
<dependency org="com.redislabs" name="jrejson" rev="1.5.0">
<artifact name="jrejson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redislabs', module='jrejson', version='1.5.0')
)
libraryDependencies += "com.redislabs" % "jrejson" % "1.5.0"
[com.redislabs/jrejson "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 3.7.0 |
| com.google.code.gson : gson | jar | 2.8.8 |
| org.apache.commons : commons-pool2 | jar | 2.11.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |