| GroupId | GroupIdde.sciss |
|---|---|
| ArtifactId | ArtifactIdlucresynth_2.11 |
| Version | Version2.12.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lucresynth_2.11-2.12.0.pom | |
| lucresynth_2.11-2.12.0.jar | 410 KB |
| lucresynth_2.11-2.12.0-sources.jar | 46 KB |
| lucresynth_2.11-2.12.0-javadoc.jar | 627 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/lucresynth_2.11/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>lucresynth_2.11</artifactId>
<version>2.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/lucresynth_2.11/
implementation 'de.sciss:lucresynth_2.11:2.12.0'
// https://jarcasting.com/artifacts/de.sciss/lucresynth_2.11/
implementation ("de.sciss:lucresynth_2.11:2.12.0")
'de.sciss:lucresynth_2.11:jar:2.12.0'
<dependency org="de.sciss" name="lucresynth_2.11" rev="2.12.0">
<artifact name="lucresynth_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='lucresynth_2.11', version='2.12.0')
)
libraryDependencies += "de.sciss" % "lucresynth_2.11" % "2.12.0"
[de.sciss/lucresynth_2.11 "2.12.0"]