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