MVN

de.bixilon : kotlin-kool

Maven & Gradle

Apr 20, 2022

Kotlin Kool · Kotlin port of OpenGL Mathematics (GLM)

<dependency>
    <groupId>de.bixilon</groupId>
    <artifactId>kotlin-kool</artifactId>
    <version>0.9.3-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.bixilon : kotlin-kool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3-1

All Versions

Choose a version of de.bixilon : kotlin-kool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
kotlin-kool-0.9.3-1
kotlin-kool-0.9.3

How to add a dependency to Maven

Add the following de.bixilon : kotlin-kool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.bixilon</groupId>
    <artifactId>kotlin-kool</artifactId>
    <version>0.9.3-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.bixilon : kotlin-kool gradle dependency to your build.gradle file:

implementation 'de.bixilon:kotlin-kool:0.9.3-1'

Gradle Kotlin DSL: Add the following de.bixilon : kotlin-kool gradle kotlin dependency to your build.gradle.kts file:

implementation("de.bixilon:kotlin-kool:0.9.3-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.bixilon : kotlin-kool sbt scala dependency to your build.sbt file:

libraryDependencies += "de.bixilon" % "kotlin-kool" % "0.9.3-1"