MVN

com.soywiz.korlibs.korgw : korgw-tvossimulatorarm64

Maven & Gradle

Jun 03, 2023

korgw · Portable UI with accelerated graphics support for Kotlin

<dependency>
    <groupId>com.soywiz.korlibs.korgw</groupId>
    <artifactId>korgw-tvossimulatorarm64</artifactId>
    <version>4.0.4-dev-1.9.20-2914</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.4-dev-1.9.20-2914
  • 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-tvossimulatorarm64 to add to Maven or Gradle - All Versions:

  • Version Updated
  • korgw-tvossimulatorarm64-4.0.4-dev-1.9.20-2914

    Jun 03, 2023
  • korgw-tvossimulatorarm64-4.0.3

    May 29, 2023
  • korgw-tvossimulatorarm64-4.0.2

    May 26, 2023
  • korgw-tvossimulatorarm64-4.0.1

    May 24, 2023
  • korgw-tvossimulatorarm64-4.0.0

    May 10, 2023
  • korgw-tvossimulatorarm64-4.0.0-rc6

    May 10, 2023
  • korgw-tvossimulatorarm64-4.0.0-rc5

    May 06, 2023
  • korgw-tvossimulatorarm64-4.0.0-rc4

    May 02, 2023
  • korgw-tvossimulatorarm64-4.0.0-rc3

    May 02, 2023
  • korgw-tvossimulatorarm64-4.0.0-rc2

    Apr 27, 2023
  • korgw-tvossimulatorarm64-4.0.0-rc

    Apr 13, 2023
  • korgw-tvossimulatorarm64-4.0.0-beta3

    Apr 06, 2023
  • korgw-tvossimulatorarm64-4.0.0-beta2

    Apr 04, 2023
  • korgw-tvossimulatorarm64-4.0.0-beta

    Mar 29, 2023
  • korgw-tvossimulatorarm64-4.0.0-alpha-6

    Mar 14, 2023
  • korgw-tvossimulatorarm64-4.0.0-alpha-4

    Mar 02, 2023
  • korgw-tvossimulatorarm64-4.0.0-alpha-3

    Feb 13, 2023

How to add a dependency to Maven

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

<dependency>
    <groupId>com.soywiz.korlibs.korgw</groupId>
    <artifactId>korgw-tvossimulatorarm64</artifactId>
    <version>4.0.4-dev-1.9.20-2914</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.soywiz.korlibs.korgw:korgw-tvossimulatorarm64:4.0.4-dev-1.9.20-2914'

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

implementation("com.soywiz.korlibs.korgw:korgw-tvossimulatorarm64:4.0.4-dev-1.9.20-2914")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.soywiz.korlibs.korgw" % "korgw-tvossimulatorarm64" % "4.0.4-dev-1.9.20-2914"