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