License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdmodel_2.11 |
Last Version | Last Version0.3.4 |
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.11-0.3.4.pom | |
model_2.11-0.3.4.jar | 32 KB |
model_2.11-0.3.4-sources.jar | 3 KB |
model_2.11-0.3.4-javadoc.jar | 359 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/model_2.11/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>model_2.11</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/model_2.11/
implementation 'de.sciss:model_2.11:0.3.4'
// https://jarcasting.com/artifacts/de.sciss/model_2.11/
implementation ("de.sciss:model_2.11:0.3.4")
'de.sciss:model_2.11:jar:0.3.4'
<dependency org="de.sciss" name="model_2.11" rev="0.3.4">
<artifact name="model_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='model_2.11', version='0.3.4')
)
libraryDependencies += "de.sciss" % "model_2.11" % "0.3.4"
[de.sciss/model_2.11 "0.3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.11 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.3 |