Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 797 Bytes

File metadata and controls

18 lines (11 loc) · 797 Bytes

Olvid Bot Java Client

Introduction

Welcome to the Olvid Java Client repository, part of the Olvid bots framework. If you're new here, consider starting with our Documentation.

Overview

This Java module implements a minimalist gRPC client to interact with an Olvid daemon instance.

Quickstart

Follow our 🚀 Quickstart page to set up an Olvid daemon install.

This package is published on jitpack, to see how to include it in your java project check the doc: https://jitpack.io/#olvid-io/Olvid-Bot-Java-Client.

The gradle project in example show a minimalist gradle project using our library.