| GroupId | GroupIdde.sciss |
|---|---|
| ArtifactId | ArtifactIdlucrestm_2.10 |
| Version | Version2.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| lucrestm_2.10-2.1.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/lucrestm_2.10/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>lucrestm_2.10</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/lucrestm_2.10/
implementation 'de.sciss:lucrestm_2.10:2.1.0'
// https://jarcasting.com/artifacts/de.sciss/lucrestm_2.10/
implementation ("de.sciss:lucrestm_2.10:2.1.0")
'de.sciss:lucrestm_2.10:pom:2.1.0'
<dependency org="de.sciss" name="lucrestm_2.10" rev="2.1.0">
<artifact name="lucrestm_2.10" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='lucrestm_2.10', version='2.1.0')
)
libraryDependencies += "de.sciss" % "lucrestm_2.10" % "2.1.0"
[de.sciss/lucrestm_2.10 "2.1.0"]