MVN

com.soywiz.korlibs.korgw : korgw-tvosx64

Maven & Gradle

Aug 23, 2023
76 stars

korgw · Portable UI with accelerated graphics support for Kotlin

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

Latest Version

Choose a version of com.soywiz.korlibs.korgw : korgw-tvosx64 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.korgw : korgw-tvosx64 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.soywiz.korlibs.korgw</groupId>
    <artifactId>korgw-tvosx64</artifactId>
    <version>4.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.soywiz.korlibs.korgw:korgw-tvosx64:4.0.10'

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

implementation("com.soywiz.korlibs.korgw:korgw-tvosx64:4.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.soywiz.korlibs.korgw" % "korgw-tvosx64" % "4.0.10"