mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
.. | ||
src | ||
build.gradle | ||
LICENSE.md | ||
publish.gradle | ||
README.md |
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.