a

annotation-tvosx64

Provides source annotations for tooling and readability.
https://github.com/JetBrains/compose-jb
The Apache Software License, Version 2.0
Compose Multiplatform Team
Files download
File Operation
annotation-tvosx64-1.6.2.pom download
annotation-tvosx64-1.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.compose.annotation-internal</groupId>
  <artifactId>annotation-tvosx64</artifactId>
  <version>1.6.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.compose.annotation-internal:annotation-tvosx64:1.6.2'
Gradle Kotlin
implementation("org.jetbrains.compose.annotation-internal:annotation-tvosx64:1.6.2")
Scala SBT
libraryDependencies += "org.jetbrains.compose.annotation-internal" % "annotation-tvosx64" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.compose.annotation-internal', module='annotation-tvosx64', version='1.6.2')
)
Apache Ivy
<dependency org="org.jetbrains.compose.annotation-internal" name="annotation-tvosx64" rev="1.6.2" />
Leiningen
[org.jetbrains.compose.annotation-internal/annotation-tvosx64 "1.6.2"]
Apache Buildr
'org.jetbrains.compose.annotation-internal:annotation-tvosx64:jar:1.6.2'