GroupId | GroupIdde.sciss |
---|---|
ArtifactId | ArtifactIdlucresynth_2.13.0-RC1 |
Version | Version3.28.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.sciss/lucresynth_2.13.0-RC1/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>lucresynth_2.13.0-RC1</artifactId>
<version>3.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/lucresynth_2.13.0-RC1/
implementation 'de.sciss:lucresynth_2.13.0-RC1:3.28.0'
// https://jarcasting.com/artifacts/de.sciss/lucresynth_2.13.0-RC1/
implementation ("de.sciss:lucresynth_2.13.0-RC1:3.28.0")
'de.sciss:lucresynth_2.13.0-RC1:jar:3.28.0'
<dependency org="de.sciss" name="lucresynth_2.13.0-RC1" rev="3.28.0">
<artifact name="lucresynth_2.13.0-RC1" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='lucresynth_2.13.0-RC1', version='3.28.0')
)
libraryDependencies += "de.sciss" % "lucresynth_2.13.0-RC1" % "3.28.0"
[de.sciss/lucresynth_2.13.0-RC1 "3.28.0"]