MVN

net.beadsproject : beads

Maven & Gradle

Sep 22, 2020
135 stars

Beads · A software library written in Java for realtime audio.

<dependency>
    <groupId>net.beadsproject</groupId>
    <artifactId>beads</artifactId>
    <version>3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.beadsproject : beads to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2

All Versions

Choose a version of net.beadsproject : beads to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
beads-3.2
3.1
beads-3.1
3.0
beads-3.0

How to add a dependency to Maven

Add the following net.beadsproject : beads maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.beadsproject</groupId>
    <artifactId>beads</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.beadsproject : beads gradle dependency to your build.gradle file:

implementation 'net.beadsproject:beads:3.2'

Gradle Kotlin DSL: Add the following net.beadsproject : beads gradle kotlin dependency to your build.gradle.kts file:

implementation("net.beadsproject:beads:3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.beadsproject : beads sbt scala dependency to your build.sbt file:

libraryDependencies += "net.beadsproject" % "beads" % "3.2"