No description
This repository has been archived on 2026-04-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
dependabot-preview[bot] 440e247054
Upgrade to GitHub-native Dependabot (#31)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-08-09 19:44:44 +02:00
.github Upgrade to GitHub-native Dependabot (#31) 2021-08-09 19:44:44 +02:00
.idea Refactored to de.comroid 2019-11-05 14:26:02 +01:00
docs Refactored to de.comroid 2019-11-05 14:26:02 +01:00
gradle Refactored to de.comroid 2019-11-05 14:26:02 +01:00
src Refactored to de.comroid 2019-11-05 14:26:02 +01:00
.gitignore Updated GITIGNORE 2019-07-27 13:42:04 +02:00
.jitpack.yml Added JitPack configuration file 2019-01-01 15:37:14 +01:00
build.gradle Bump annotations from 17.0.0 to 18.0.0 (#12) 2019-11-07 10:56:21 +00:00
gradle.properties Gradle CHanges 2018-12-31 16:45:05 +01:00
gradlew Bump Gradle Version to 5.6 2019-08-28 19:36:56 +02:00
gradlew.bat Bump Gradle Version to 5.6 2019-08-28 19:36:56 +02:00
LICENSE Create LICENSE 2018-12-31 15:59:10 +01:00
pom.xml Refactored to de.comroid 2019-11-05 14:26:02 +01:00
README.md Refactored to de.comroid 2019-11-05 14:26:02 +01:00
settings.gradle Renamed Project 2019-08-07 19:18:48 +02:00

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