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

Java 7 compatible Library for communicating with the VB-Audio VBAN interface

License

Notifications You must be signed in to change notification settings

comroid-git/VBAN-API

Repository files navigation

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'
}