License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdoptional_2.13 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOptional
An implicit option for Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
optional_2.13-1.0.1.pom | |
optional_2.13-1.0.1.jar | 3 KB |
optional_2.13-1.0.1-sources.jar | 1 KB |
optional_2.13-1.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/optional_2.13/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>optional_2.13</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/optional_2.13/
implementation 'de.sciss:optional_2.13:1.0.1'
// https://jarcasting.com/artifacts/de.sciss/optional_2.13/
implementation ("de.sciss:optional_2.13:1.0.1")
'de.sciss:optional_2.13:jar:1.0.1'
<dependency org="de.sciss" name="optional_2.13" rev="1.0.1">
<artifact name="optional_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='optional_2.13', version='1.0.1')
)
libraryDependencies += "de.sciss" % "optional_2.13" % "1.0.1"
[de.sciss/optional_2.13 "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.3 |