eXtended Objects - JSON File Store Binding

eXtended Objects

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.buschmais.xo
ArtifactId

ArtifactId

xo.json
Last Version

Last Version

0.12.0
Release Date

Release Date

Type

Type

jar
Description

Description

eXtended Objects - JSON File Store Binding
eXtended Objects
Project Organization

Project Organization

buschmais GbR

Download xo.json

How to add to project

<!-- https://jarcasting.com/artifacts/com.buschmais.xo/xo.json/ -->
<dependency>
    <groupId>com.buschmais.xo</groupId>
    <artifactId>xo.json</artifactId>
    <version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.xo/xo.json/
implementation 'com.buschmais.xo:xo.json:0.12.0'
// https://jarcasting.com/artifacts/com.buschmais.xo/xo.json/
implementation ("com.buschmais.xo:xo.json:0.12.0")
'com.buschmais.xo:xo.json:jar:0.12.0'
<dependency org="com.buschmais.xo" name="xo.json" rev="0.12.0">
  <artifact name="xo.json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.xo', module='xo.json', version='0.12.0')
)
libraryDependencies += "com.buschmais.xo" % "xo.json" % "0.12.0"
[com.buschmais.xo/xo.json "0.12.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.buschmais.xo : xo.api jar 0.12.0
com.buschmais.xo : xo.spi jar 0.12.0
org.codehaus.jackson : jackson-core-asl jar 1.9.7
org.codehaus.jackson : jackson-mapper-asl jar 1.9.7

runtime (1)

Group / Artifact Type Version
com.buschmais.xo : xo.impl jar 0.12.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.

XO: eXtended Objects

Overview

  • A lightweight persistence framework for Java

  • Support for Neo4j as embedded database or remote connections via bolt protocol

  • Entities and relations are defined as interfaces allowing multiple inheritance.

  • Developed as part of jQAssistant

Please refer to the documentation for getting started

Changelog

1.1.0 (not released yet)

  • Added support for connecting to Neo4j 4.x via bolt/neo4j protocol schemes

  • Improved caching of of node/relationship states after flush or transaction commit

1.0.0

  • First "official" 1.0 release

Continuous Build

Build Status

com.buschmais.xo

BUSCHMAIS GbR

Versions

Version
0.12.0
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.6
0.4.5
0.4.0
0.3.0