Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scala-lang |
ArtifactId | ArtifactIdscala3-interfaces |
Version | Version3.0.1-RC1-bin-20210418-865895d-NIGHTLY |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.scala-lang/scala3-interfaces/ -->
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-interfaces</artifactId>
<version>3.0.1-RC1-bin-20210418-865895d-NIGHTLY</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-lang/scala3-interfaces/
implementation 'org.scala-lang:scala3-interfaces:3.0.1-RC1-bin-20210418-865895d-NIGHTLY'
// https://jarcasting.com/artifacts/org.scala-lang/scala3-interfaces/
implementation ("org.scala-lang:scala3-interfaces:3.0.1-RC1-bin-20210418-865895d-NIGHTLY")
'org.scala-lang:scala3-interfaces:jar:3.0.1-RC1-bin-20210418-865895d-NIGHTLY'
<dependency org="org.scala-lang" name="scala3-interfaces" rev="3.0.1-RC1-bin-20210418-865895d-NIGHTLY">
<artifact name="scala3-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-lang', module='scala3-interfaces', version='3.0.1-RC1-bin-20210418-865895d-NIGHTLY')
)
libraryDependencies += "org.scala-lang" % "scala3-interfaces" % "3.0.1-RC1-bin-20210418-865895d-NIGHTLY"
[org.scala-lang/scala3-interfaces "3.0.1-RC1-bin-20210418-865895d-NIGHTLY"]