MVN

io.telereso.kmp : annotations-js

Maven & Gradle

Aug 21, 2023
4 stars

KMP Annotations · Kotlin Annotations while developing kmp projects

<dependency>
    <groupId>io.telereso.kmp</groupId>
    <artifactId>annotations-js</artifactId>
    <version>0.0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.telereso.kmp : annotations-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.31

All Versions

Choose a version of io.telereso.kmp : annotations-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
annotations-js-0.0.31
annotations-js-0.0.30
annotations-js-0.0.29
annotations-js-0.0.28
annotations-js-0.0.27
annotations-js-0.0.26
annotations-js-0.0.25
annotations-js-0.0.24
annotations-js-0.0.23
annotations-js-0.0.21
annotations-js-0.0.20
annotations-js-0.0.19
annotations-js-0.0.18
annotations-js-0.0.17
annotations-js-0.0.16
annotations-js-0.0.15
annotations-js-0.0.14
annotations-js-0.0.13
annotations-js-0.0.12
annotations-js-0.0.11
annotations-js-0.0.10
annotations-js-0.0.9
annotations-js-0.0.1

How to add a dependency to Maven

Add the following io.telereso.kmp : annotations-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.telereso.kmp</groupId>
    <artifactId>annotations-js</artifactId>
    <version>0.0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.telereso.kmp : annotations-js gradle dependency to your build.gradle file:

implementation 'io.telereso.kmp:annotations-js:0.0.31'

Gradle Kotlin DSL: Add the following io.telereso.kmp : annotations-js gradle kotlin dependency to your build.gradle.kts file:

implementation("io.telereso.kmp:annotations-js:0.0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.telereso.kmp : annotations-js sbt scala dependency to your build.sbt file:

libraryDependencies += "io.telereso.kmp" % "annotations-js" % "0.0.31"