MVN

com.github.kogelabs : koge-jvm

Maven & Gradle

Jun 02, 2020
71 stars

Koge OpenGL game engine · Koge (Kotlin OpenGL Game Engine) is a 2D game framework developed completely in Kotlin. Koge have a small footprint, it is fast and easy to learn.

<dependency>
    <groupId>com.github.kogelabs</groupId>
    <artifactId>koge-jvm</artifactId>
    <version>0.1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kogelabs : koge-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1.4

All Versions

Choose a version of com.github.kogelabs : koge-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
koge-jvm-0.1.1.4
koge-jvm-0.1.1.3
koge-jvm-0.1.1.2

How to add a dependency to Maven

Add the following com.github.kogelabs : koge-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kogelabs</groupId>
    <artifactId>koge-jvm</artifactId>
    <version>0.1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kogelabs : koge-jvm gradle dependency to your build.gradle file:

implementation 'com.github.kogelabs:koge-jvm:0.1.1.4'

Gradle Kotlin DSL: Add the following com.github.kogelabs : koge-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kogelabs:koge-jvm:0.1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kogelabs : koge-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kogelabs" % "koge-jvm" % "0.1.1.4"