MVN

com.soywiz : korui-js

Maven & Gradle

Jan 29, 2018
1 usages
44 stars

korui-js · Korui: Kotlin cORoutines User Interfaces for Kotlin Common

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>korui-js</artifactId>
    <version>0.19.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soywiz : korui-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19.3

All Versions

Choose a version of com.soywiz : korui-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19.x
korui-js-0.19.3
korui-js-0.19.2
korui-js-0.19.1
0.18.x
korui-js-0.18.0
0.17.x
korui-js-0.17.2
korui-js-0.17.1
0.16.x
korui-js-0.16.2
korui-js-0.16.1
korui-js-0.16.0
0.15.x
korui-js-0.15.7
korui-js-0.15.5
0.14.x
korui-js-0.14.0

How to add a dependency to Maven

Add the following com.soywiz : korui-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>korui-js</artifactId>
    <version>0.19.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.soywiz : korui-js gradle dependency to your build.gradle file:

implementation 'com.soywiz:korui-js:0.19.3'

Gradle Kotlin DSL: Add the following com.soywiz : korui-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.soywiz:korui-js:0.19.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.soywiz : korui-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.soywiz" % "korui-js" % "0.19.3"

Advertisement