xpipe/api
2022-12-19 19:55:51 +01:00
..
src Fix beacon server start up failing 2022-12-19 19:55:51 +01:00
build.gradle Restructure gradle scripts 2022-12-18 18:04:51 +01:00
publish.gradle
README.md

Maven Central javadoc

X-Pipe Java API

The X-Pipe API for Java allows you to use most of the X-Pipe functionality from Java applications:

  • Create data stores and data sources
  • Query and work with the contents of data sources
  • Write data to data sources

Setup

Either install the maven dependency from Maven Central using your favourite build tool or alternatively download the xpipe-api.jar, xpipe-core.jar, and xpipe-beacon.jar from the releases page and add them to the classpath.

Usage

See the API documentation.