mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
842 B
842 B
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 and append to data sources
Setup
Either install the dependency from Maven Central
using your favourite build tool or alternatively download the api.jar
, core.jar
, and beacon.jar
from the releases page and add them to the classpath.