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