MVN

com.bennyhuo.kotlin : klue-annotations-jvm

Maven & Gradle

Sep 12, 2022
49 stars

Klue-Annotations · A unified bridge implementation with Kotlin multiplatform for JavaScript running on Android and iOS.

<dependency>
    <groupId>com.bennyhuo.kotlin</groupId>
    <artifactId>klue-annotations-jvm</artifactId>
    <version>1.0-Beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bennyhuo.kotlin : klue-annotations-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-Beta
  • Latest Beta: 1.0-Beta

All Versions

Choose a version of com.bennyhuo.kotlin : klue-annotations-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
klue-annotations-jvm-1.0-Beta

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bennyhuo.kotlin</groupId>
    <artifactId>klue-annotations-jvm</artifactId>
    <version>1.0-Beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bennyhuo.kotlin : klue-annotations-jvm gradle dependency to your build.gradle file:

implementation 'com.bennyhuo.kotlin:klue-annotations-jvm:1.0-Beta'

Gradle Kotlin DSL: Add the following com.bennyhuo.kotlin : klue-annotations-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bennyhuo.kotlin:klue-annotations-jvm:1.0-Beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bennyhuo.kotlin : klue-annotations-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bennyhuo.kotlin" % "klue-annotations-jvm" % "1.0-Beta"