License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdmodel_2.13 |
Last Version | Last Version0.3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionModel
A simple typed publisher-observer mechanism
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
model_2.13-0.3.5.pom | |
model_2.13-0.3.5.jar | 33 KB |
model_2.13-0.3.5-sources.jar | 3 KB |
model_2.13-0.3.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/model_2.13/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>model_2.13</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/model_2.13/
implementation 'de.sciss:model_2.13:0.3.5'
// https://jarcasting.com/artifacts/de.sciss/model_2.13/
implementation ("de.sciss:model_2.13:0.3.5")
'de.sciss:model_2.13:jar:0.3.5'
<dependency org="de.sciss" name="model_2.13" rev="0.3.5">
<artifact name="model_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='model_2.13', version='0.3.5')
)
libraryDependencies += "de.sciss" % "model_2.13" % "0.3.5"
[de.sciss/model_2.13 "0.3.5"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.2.2 |