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