eXtended Objects - Distribution

eXtended Objects

License

License

Categories

Categories

Distribution Build Tools
GroupId

GroupId

com.buschmais.xo
ArtifactId

ArtifactId

xo.distribution
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

eXtended Objects - Distribution
eXtended Objects
Project Organization

Project Organization

buschmais GbR

Download xo.distribution

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.buschmais.xo : xo.api jar 1.1.0
com.buschmais.xo : xo.spi jar 1.1.0
com.buschmais.xo : xo.neo4j.api jar 1.1.0
com.buschmais.xo : xo.neo4j.spi jar 1.1.0
com.buschmais.xo : xo.neo4j.embedded jar 1.1.0
com.buschmais.xo : xo.neo4j.remote jar 1.1.0
com.buschmais.xo : xo.trace jar 1.1.0

runtime (1)

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

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
1.1.0
1.0.0
0.13.0
0.11.0
0.10.0
0.9.0