MVN

com.github.turansky.cesium : cesium-kotlin

Maven & Gradle

Feb 02, 2022
2 stars

Cesium Kotlin · Kotlin/JS declarations for Cesium

<dependency>
    <groupId>com.github.turansky.cesium</groupId>
    <artifactId>cesium-kotlin</artifactId>
    <version>1.90.0-10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.turansky.cesium : cesium-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.90.0-10

All Versions

Choose a version of com.github.turansky.cesium : cesium-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.90.x
cesium-kotlin-1.90.0-10
1.89.x
cesium-kotlin-1.89.0-10
1.88.x
cesium-kotlin-1.88.0-11
cesium-kotlin-1.88.0-10
1.87.x
cesium-kotlin-1.87.1-10
cesium-kotlin-1.87.0-10
1.86.x
cesium-kotlin-1.86.1-10
cesium-kotlin-1.86.0-10
1.85.x
cesium-kotlin-1.85.0-10
1.84.x
cesium-kotlin-1.84.0-20
cesium-kotlin-1.84.0-10
1.83.x
cesium-kotlin-1.83.0-10
1.82.x
cesium-kotlin-1.82.1-20
cesium-kotlin-1.82.1-10
1.81.x
cesium-kotlin-1.81.0-20
cesium-kotlin-1.81.0-10
1.80.x
cesium-kotlin-1.80.0-30
cesium-kotlin-1.80.0-23
cesium-kotlin-1.80.0-22
cesium-kotlin-1.80.0-21
cesium-kotlin-1.80.0-20
cesium-kotlin-1.80.0-16
cesium-kotlin-1.80.0-15
cesium-kotlin-1.80.0-14
cesium-kotlin-1.80.0-13
cesium-kotlin-1.80.0-12
cesium-kotlin-1.80.0-11
cesium-kotlin-1.80.0-10
1.79.x
cesium-kotlin-1.79.1-112
cesium-kotlin-1.79.1-111
cesium-kotlin-1.79.1-110
cesium-kotlin-1.79.1-107
cesium-kotlin-1.79.1-106
cesium-kotlin-1.79.1-105
cesium-kotlin-1.79.1-104
cesium-kotlin-1.79.1-103
cesium-kotlin-1.79.1-102
cesium-kotlin-1.79.1-101
cesium-kotlin-1.79.1-100

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.turansky.cesium</groupId>
    <artifactId>cesium-kotlin</artifactId>
    <version>1.90.0-10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.turansky.cesium : cesium-kotlin gradle dependency to your build.gradle file:

implementation 'com.github.turansky.cesium:cesium-kotlin:1.90.0-10'

Gradle Kotlin DSL: Add the following com.github.turansky.cesium : cesium-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.turansky.cesium:cesium-kotlin:1.90.0-10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.turansky.cesium : cesium-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.turansky.cesium" % "cesium-kotlin" % "1.90.0-10"

Advertisement