License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdkollflitz_2.13 |
Last Version | Last Version0.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKollFlitz
Useful methods for Scala collections which I tend to copy and paste once a week
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
kollflitz_2.13-0.2.4.pom | |
kollflitz_2.13-0.2.4.jar | 50 KB |
kollflitz_2.13-0.2.4-sources.jar | 7 KB |
kollflitz_2.13-0.2.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/kollflitz_2.13/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>kollflitz_2.13</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/kollflitz_2.13/
implementation 'de.sciss:kollflitz_2.13:0.2.4'
// https://jarcasting.com/artifacts/de.sciss/kollflitz_2.13/
implementation ("de.sciss:kollflitz_2.13:0.2.4")
'de.sciss:kollflitz_2.13:jar:0.2.4'
<dependency org="de.sciss" name="kollflitz_2.13" rev="0.2.4">
<artifact name="kollflitz_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='kollflitz_2.13', version='0.2.4')
)
libraryDependencies += "de.sciss" % "kollflitz_2.13" % "0.2.4"
[de.sciss/kollflitz_2.13 "0.2.4"]
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 |