MVN

de.sciss : scalacollider_3.0.0-M3

Maven & Gradle

Feb 02, 2021
6 usages

ScalaCollider · A sound synthesis library for the SuperCollider server

<dependency>
    <groupId>de.sciss</groupId>
    <artifactId>scalacollider_3.0.0-M3</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sciss : scalacollider_3.0.0-M3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of de.sciss : scalacollider_3.0.0-M3 to add to Maven or Gradle - All Versions:

  • Version Updated
  • scalacollider_3.0.0-M3-2.6.1

    Feb 02, 2021

How to add a dependency to Maven

Add the following de.sciss : scalacollider_3.0.0-M3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.sciss</groupId>
    <artifactId>scalacollider_3.0.0-M3</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.sciss : scalacollider_3.0.0-M3 gradle dependency to your build.gradle file:

implementation 'de.sciss:scalacollider_3.0.0-M3:2.6.1'

Gradle Kotlin DSL: Add the following de.sciss : scalacollider_3.0.0-M3 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.sciss:scalacollider_3.0.0-M3:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.sciss : scalacollider_3.0.0-M3 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.sciss" % "scalacollider_3.0.0-M3" % "2.6.1"