MVN

com.soywiz.korlibs.korim : korim-watchosx64

Maven & Gradle

Aug 23, 2023
77 stars

korim · Korim: Kotlin cORoutines IMaging utilities for JVM, JS, Native and Common

<dependency>
    <groupId>com.soywiz.korlibs.korim</groupId>
    <artifactId>korim-watchosx64</artifactId>
    <version>4.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soywiz.korlibs.korim : korim-watchosx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.10
  • Latest Release Candidate: 4.0.0-rc6
  • Latest Beta: 4.0.0-beta3
  • Latest Alpha: 4.0.0-alpha-6

All Versions

Choose a version of com.soywiz.korlibs.korim : korim-watchosx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
korim-watchosx64-4.0.10
korim-watchosx64-4.0.9
korim-watchosx64-4.0.8
korim-watchosx64-4.0.7
korim-watchosx64-4.0.6
korim-watchosx64-4.0.5
korim-watchosx64-4.0.4-dev-1.9.20-2914
korim-watchosx64-4.0.3
korim-watchosx64-4.0.2
korim-watchosx64-4.0.1
korim-watchosx64-4.0.0
korim-watchosx64-4.0.0-rc6
korim-watchosx64-4.0.0-rc5
korim-watchosx64-4.0.0-rc4
korim-watchosx64-4.0.0-rc3
korim-watchosx64-4.0.0-rc2
korim-watchosx64-4.0.0-rc
korim-watchosx64-4.0.0-beta3
korim-watchosx64-4.0.0-beta2
korim-watchosx64-4.0.0-beta
korim-watchosx64-4.0.0-alpha-6
korim-watchosx64-4.0.0-alpha-3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.soywiz.korlibs.korim</groupId>
    <artifactId>korim-watchosx64</artifactId>
    <version>4.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.soywiz.korlibs.korim : korim-watchosx64 gradle dependency to your build.gradle file:

implementation 'com.soywiz.korlibs.korim:korim-watchosx64:4.0.10'

Gradle Kotlin DSL: Add the following com.soywiz.korlibs.korim : korim-watchosx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.soywiz.korlibs.korim:korim-watchosx64:4.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.soywiz.korlibs.korim : korim-watchosx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.soywiz.korlibs.korim" % "korim-watchosx64" % "4.0.10"