xpipe/api
crschnick 3e7fbe89ac Merge branch prefs into master
The changes have been squashed as the commit history and messages were not very carefully crafted. There isn't that much value in preserving random commit messages.

Also due to diverging branches, rebasing or merging it was difficult.
2024-02-28 07:36:31 +00:00
..
src Merge branch prefs into master 2024-02-28 07:36:31 +00:00
build.gradle Merge branch prefs into master 2024-02-28 07:36:31 +00:00
LICENSE.md New release 2023-01-29 09:49:58 +00:00
publish.gradle Rename project [stage] 2023-05-20 14:23:36 +00:00
README.md Rename project [stage] 2023-05-20 14:23:36 +00:00

Maven Central javadoc

XPipe Java API

The XPipe API for Java allows you to use most of the XPipe 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.