MVN

technology.yiss.kotlin : kotlin-annotations-jvm

Maven & Gradle

Jun 14, 2018
45.1k stars

technology.yiss.kotlin:kotlin-annotations-jvm · Kotlin annotations for JVM

<dependency>
    <groupId>technology.yiss.kotlin</groupId>
    <artifactId>kotlin-annotations-jvm</artifactId>
    <version>1.2.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of technology.yiss.kotlin : kotlin-annotations-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.42

All Versions

Choose a version of technology.yiss.kotlin : kotlin-annotations-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
kotlin-annotations-jvm-1.2.42
kotlin-annotations-jvm-1.2.41

How to add a dependency to Maven

Add the following technology.yiss.kotlin : kotlin-annotations-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>technology.yiss.kotlin</groupId>
    <artifactId>kotlin-annotations-jvm</artifactId>
    <version>1.2.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following technology.yiss.kotlin : kotlin-annotations-jvm gradle dependency to your build.gradle file:

implementation 'technology.yiss.kotlin:kotlin-annotations-jvm:1.2.42'

Gradle Kotlin DSL: Add the following technology.yiss.kotlin : kotlin-annotations-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("technology.yiss.kotlin:kotlin-annotations-jvm:1.2.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following technology.yiss.kotlin : kotlin-annotations-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "technology.yiss.kotlin" % "kotlin-annotations-jvm" % "1.2.42"