kotlin-annotations-android

kotlin-annotations-android

Kotlin annotations for Android
https://kotlinlang.org/
The Apache License, Version 2.0
Kotlin Team
Files download
File Operation
kotlin-annotations-android-1.4.21.jar download
kotlin-annotations-android-1.4.21.pom download
kotlin-annotations-android-1.4.21-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.kotlin</groupId>
  <artifactId>kotlin-annotations-android</artifactId>
  <version>1.4.21</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.kotlin:kotlin-annotations-android:1.4.21'
Gradle Kotlin
implementation("org.jetbrains.kotlin:kotlin-annotations-android:1.4.21")
Scala SBT
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-annotations-android" % "1.4.21"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.kotlin', module='kotlin-annotations-android', version='1.4.21')
)
Apache Ivy
<dependency org="org.jetbrains.kotlin" name="kotlin-annotations-android" rev="1.4.21" />
Leiningen
[org.jetbrains.kotlin/kotlin-annotations-android "1.4.21"]
Apache Buildr
'org.jetbrains.kotlin:kotlin-annotations-android:jar:1.4.21'
Dependencies
The project has no third-party dependencies