xpipe/api
2023-03-10 09:23:48 +00:00
..
src macOS fixes 2023-03-10 09:23:48 +00:00
build.gradle Try to improve release 2023-02-01 10:05:26 +00:00
LICENSE.md New release 2023-01-29 09:49:58 +00:00
publish.gradle Merge main repository 2023-01-27 02:34:46 +00:00
README.md Merge main repository 2023-01-27 02:34:46 +00: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.