Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 828 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 828 Bytes

VBAN-API Build Status Javadocs Maven Central Release Development Release

API for the known VB-Audio VBAN Network interface

Usage

Gradle

For importing this project using Gradle, you need to add the following to your build.gradle:

repositories {
    jcenter()
}

dependencies {
    implementation 'de.comroid:vban-api:1.0.1'
}