c

collection-desktop

Standalone efficient collections.
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
Files download
File Operation
collection-desktop-1.6.0-beta02.jar download
collection-desktop-1.6.0-beta02.pom download
collection-desktop-1.6.0-beta02-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.collection-internal</groupId>
  <artifactId>collection-desktop</artifactId>
  <version>1.6.0-beta02</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.collection-internal:collection-desktop:1.6.0-beta02'
Gradle Kotlin
implementation("org.jetbrains.compose.collection-internal:collection-desktop:1.6.0-beta02")
Scala SBT
libraryDependencies += "org.jetbrains.compose.collection-internal" % "collection-desktop" % "1.6.0-beta02"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.collection-internal', module='collection-desktop', version='1.6.0-beta02')
)
Apache Ivy
<dependency org="org.jetbrains.compose.collection-internal" name="collection-desktop" rev="1.6.0-beta02" />
Leiningen
[org.jetbrains.compose.collection-internal/collection-desktop "1.6.0-beta02"]
Apache Buildr
'org.jetbrains.compose.collection-internal:collection-desktop:jar:1.6.0-beta02'