MVN

com.soywiz.korlibs.korgw : korgw-linuxx64

Maven & Gradle

Aug 23, 2023
1 usages
77 stars

korgw · Portable UI with accelerated graphics support for Kotlin

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

Latest Version

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

Version Vulnerabilities Updated
4.0.x
korgw-linuxx64-4.0.10
korgw-linuxx64-4.0.9
korgw-linuxx64-4.0.8
korgw-linuxx64-4.0.7
korgw-linuxx64-4.0.6
korgw-linuxx64-4.0.5
korgw-linuxx64-4.0.4-dev-1.9.20-2914
korgw-linuxx64-4.0.3
korgw-linuxx64-4.0.2
korgw-linuxx64-4.0.1
korgw-linuxx64-4.0.0
korgw-linuxx64-4.0.0-rc6
korgw-linuxx64-4.0.0-rc5
korgw-linuxx64-4.0.0-rc4
korgw-linuxx64-4.0.0-rc3
korgw-linuxx64-4.0.0-rc2
korgw-linuxx64-4.0.0-rc
korgw-linuxx64-4.0.0-beta3
korgw-linuxx64-4.0.0-beta2
korgw-linuxx64-4.0.0-beta
korgw-linuxx64-4.0.0-alpha-6
korgw-linuxx64-4.0.0-alpha-5
korgw-linuxx64-4.0.0-alpha-4
korgw-linuxx64-4.0.0-alpha-3
korgw-linuxx64-4.0.0-alpha-2
korgw-linuxx64-4.0.0-alpha-1
3.4.x
korgw-linuxx64-3.4.0
3.3.x
korgw-linuxx64-3.3.1
korgw-linuxx64-3.3.0
3.2.x
korgw-linuxx64-3.2.0
3.1.x
korgw-linuxx64-3.1.0
3.0.x
korgw-linuxx64-3.0.1
korgw-linuxx64-3.0.0
korgw-linuxx64-3.0.0-Beta7
korgw-linuxx64-3.0.0-Beta6
korgw-linuxx64-3.0.0-Beta5
korgw-linuxx64-3.0.0-Beta4
korgw-linuxx64-3.0.0-Beta3
korgw-linuxx64-3.0.0-Beta2
korgw-linuxx64-3.0.0-Beta
2.7.x
korgw-linuxx64-2.7.0
2.6.x
korgw-linuxx64-2.6.3
korgw-linuxx64-2.6.2
korgw-linuxx64-2.6.1
korgw-linuxx64-2.6.0
2.5.x
korgw-linuxx64-2.5.3
korgw-linuxx64-2.5.2
korgw-linuxx64-2.5.1
korgw-linuxx64-2.5.0
2.4.x
korgw-linuxx64-2.4.11
korgw-linuxx64-2.4.10
korgw-linuxx64-2.4.9
korgw-linuxx64-2.4.8
korgw-linuxx64-2.4.7
korgw-linuxx64-2.4.6
korgw-linuxx64-2.4.5
korgw-linuxx64-2.4.4
korgw-linuxx64-2.4.3
korgw-linuxx64-2.4.2
korgw-linuxx64-2.4.1
korgw-linuxx64-2.4.0
2.3.x
korgw-linuxx64-2.3.4
korgw-linuxx64-2.3.3
korgw-linuxx64-2.3.2
korgw-linuxx64-2.3.1
korgw-linuxx64-2.3.0
korgw-linuxx64-2.3.0-M5
korgw-linuxx64-2.3.0-M4
korgw-linuxx64-2.3.0-M3
korgw-linuxx64-2.3.0-M2
korgw-linuxx64-2.3.0-M1
2.2.x
korgw-linuxx64-2.2.2
korgw-linuxx64-2.2.1
korgw-linuxx64-2.2.0
2.1.x
korgw-linuxx64-2.1.2
korgw-linuxx64-2.1.1
2.0.x
korgw-linuxx64-2.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.soywiz.korlibs.korgw</groupId>
    <artifactId>korgw-linuxx64</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-linuxx64 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Aug 23, 2023
2 usages
77 stars
Aug 23, 2023
1 usages
77 stars
Aug 23, 2023
1 usages
77 stars
Aug 23, 2023
1 usages
77 stars
Aug 23, 2023
1 usages
77 stars

Discover Dependencies

Sep 09, 2022
1 usages
56 stars
Dec 22, 2021
1 usages
5 stars
Nov 02, 2022
2 usages
25 stars
Aug 11, 2023
1 usages
3 stars
Feb 18, 2022
2 usages
56 stars
Apr 07, 2023
4 usages
0 stars
Nov 17, 2021
1 usages
0 stars
Sep 20, 2005
1 usages
Sep 20, 2005
1 usages