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.2.40.jar download
kotlin-annotations-android-1.2.40.pom download
kotlin-annotations-android-1.2.40-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.kotlin</groupId>
  <artifactId>kotlin-annotations-android</artifactId>
  <version>1.2.40</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.kotlin:kotlin-annotations-android:1.2.40'
Gradle Kotlin
implementation("org.jetbrains.kotlin:kotlin-annotations-android:1.2.40")
Scala SBT
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-annotations-android" % "1.2.40"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.kotlin', module='kotlin-annotations-android', version='1.2.40')
)
Apache Ivy
<dependency org="org.jetbrains.kotlin" name="kotlin-annotations-android" rev="1.2.40" />
Leiningen
[org.jetbrains.kotlin/kotlin-annotations-android "1.2.40"]
Apache Buildr
'org.jetbrains.kotlin:kotlin-annotations-android:jar:1.2.40'
Dependencies
The project has no third-party dependencies