MVN

de.sciss : lucresynth-expr_2.10

Maven & Gradle

Jul 18, 2015
2 usages
31 stars

lucresynth-expr · Bitemporal expression types for SoundProcesses

<dependency>
    <groupId>de.sciss</groupId>
    <artifactId>lucresynth-expr_2.10</artifactId>
    <version>2.21.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sciss : lucresynth-expr_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.21.1

All Versions

Choose a version of de.sciss : lucresynth-expr_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.21.x
lucresynth-expr_2.10-2.21.1
lucresynth-expr_2.10-2.21.0
2.20.x
lucresynth-expr_2.10-2.20.0
2.19.x
lucresynth-expr_2.10-2.19.0
2.18.x
lucresynth-expr_2.10-2.18.1
lucresynth-expr_2.10-2.18.0
2.17.x
lucresynth-expr_2.10-2.17.0
2.16.x
lucresynth-expr_2.10-2.16.0
2.15.x
lucresynth-expr_2.10-2.15.0
2.14.x
lucresynth-expr_2.10-2.14.1
2.12.x
lucresynth-expr_2.10-2.12.0
2.11.x
lucresynth-expr_2.10-2.11.0
2.10.x
lucresynth-expr_2.10-2.10.0
2.9.x
lucresynth-expr_2.10-2.9.0
2.8.x
lucresynth-expr_2.10-2.8.3
lucresynth-expr_2.10-2.8.2
lucresynth-expr_2.10-2.8.1
lucresynth-expr_2.10-2.8.0
2.7.x
lucresynth-expr_2.10-2.7.0
2.6.x
lucresynth-expr_2.10-2.6.1
lucresynth-expr_2.10-2.6.0
2.5.x
lucresynth-expr_2.10-2.5.0
2.4.x
lucresynth-expr_2.10-2.4.0
2.3.x
lucresynth-expr_2.10-2.3.1
lucresynth-expr_2.10-2.3.0
2.2.x
lucresynth-expr_2.10-2.2.0
2.1.x
lucresynth-expr_2.10-2.1.1
lucresynth-expr_2.10-2.1.0
2.0.x
lucresynth-expr_2.10-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>de.sciss</groupId>
    <artifactId>lucresynth-expr_2.10</artifactId>
    <version>2.21.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.sciss : lucresynth-expr_2.10 gradle dependency to your build.gradle file:

implementation 'de.sciss:lucresynth-expr_2.10:2.21.1'

Gradle Kotlin DSL: Add the following de.sciss : lucresynth-expr_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.sciss:lucresynth-expr_2.10:2.21.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.sciss : lucresynth-expr_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.sciss" % "lucresynth-expr_2.10" % "2.21.1"

Advertisement