MVN

org.jetbrains.kotlin-wrappers : kotlin-cesium-engine-js

Maven & Gradle

Mar 11, 2024
1.3k stars

kotlin-cesium-engine · Kotlin wrapper for CesiumJS

<dependency>
    <groupId>org.jetbrains.kotlin-wrappers</groupId>
    <artifactId>kotlin-cesium-engine-js</artifactId>
    <version>8.0.0-pre.712</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlin-wrappers : kotlin-cesium-engine-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0-pre.712

All Versions

Choose a version of org.jetbrains.kotlin-wrappers : kotlin-cesium-engine-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
kotlin-cesium-engine-js-8.0.0-pre.712

How to add a dependency to Maven

Add the following org.jetbrains.kotlin-wrappers : kotlin-cesium-engine-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.kotlin-wrappers</groupId>
    <artifactId>kotlin-cesium-engine-js</artifactId>
    <version>8.0.0-pre.712</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.kotlin-wrappers : kotlin-cesium-engine-js gradle dependency to your build.gradle file:

implementation 'org.jetbrains.kotlin-wrappers:kotlin-cesium-engine-js:8.0.0-pre.712'

Gradle Kotlin DSL: Add the following org.jetbrains.kotlin-wrappers : kotlin-cesium-engine-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.kotlin-wrappers:kotlin-cesium-engine-js:8.0.0-pre.712")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.kotlin-wrappers : kotlin-cesium-engine-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.kotlin-wrappers" % "kotlin-cesium-engine-js" % "8.0.0-pre.712"