VBAN-API

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

License

License

GroupId

GroupId

de.kaleidox
ArtifactId

ArtifactId

vban-api
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/burdoto/VBAN-API
Source Code Management

Source Code Management

https://github.com/burdoto/VBAN-API

Download vban-api

How to add to project

<!-- https://jarcasting.com/artifacts/de.kaleidox/vban-api/ -->
<dependency>
    <groupId>de.kaleidox</groupId>
    <artifactId>vban-api</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.kaleidox/vban-api/
implementation 'de.kaleidox:vban-api:1.0.1'
// https://jarcasting.com/artifacts/de.kaleidox/vban-api/
implementation ("de.kaleidox:vban-api:1.0.1")
'de.kaleidox:vban-api:jar:1.0.1'
<dependency org="de.kaleidox" name="vban-api" rev="1.0.1">
  <artifact name="vban-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.kaleidox', module='vban-api', version='1.0.1')
)
libraryDependencies += "de.kaleidox" % "vban-api" % "1.0.1"
[de.kaleidox/vban-api "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.1
1.0.0
0.3.2
0.3.1
0.2.4
0.2.2
0.2.1
0.2.0
0.1.0