xpipe/api
Christopher Schnick 02a2502fa5 Cleanup
2022-11-24 09:41:03 +01:00
..
src Cleanup 2022-11-24 09:41:03 +01:00
build.gradle Submodule fixes 2022-10-15 16:43:10 +02:00
publish.gradle Rework and refactoring 2022-09-02 01:41:51 +02:00
README.md Update readmes 2022-11-24 08:43:30 +01:00

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.