MVN

org.webjars.npm : cesium

Maven & Gradle

Jul 17, 2023
11.8k stars

cesium · WebJar for cesium

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>cesium</artifactId>
    <version>1.107.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : cesium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.107.2

All Versions

Choose a version of org.webjars.npm : cesium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.99.x
cesium-1.99.0
1.98.x
cesium-1.98.1
1.97.x
cesium-1.97.0
1.96.x
cesium-1.96.0
1.95.x
cesium-1.95.0
1.94.x
cesium-1.94.2
cesium-1.94.0
1.93.x
cesium-1.93.0
1.92.x
cesium-1.92.0
1.91.x
cesium-1.91.0
1.90.x
cesium-1.90.0
1.89.x
cesium-1.89.0
1.88.x
cesium-1.88.0
1.87.x
cesium-1.87.0
1.86.x
cesium-1.86.1
cesium-1.86.0
1.85.x
cesium-1.85.0
1.84.x
cesium-1.84.0
1.83.x
cesium-1.83.0
1.82.x
cesium-1.82.1
cesium-1.82.0
1.81.x
cesium-1.81.0
1.80.x
cesium-1.80.0
1.79.x
cesium-1.79.1
1.78.x
cesium-1.78.0
1.77.x
cesium-1.77.0
1.76.x
cesium-1.76.0
1.75.x
cesium-1.75.0
1.74.x
cesium-1.74.0
1.73.x
cesium-1.73.0
1.72.x
cesium-1.72.0
1.71.x
cesium-1.71.0
1.70.x
cesium-1.70.1
1.69.x
cesium-1.69.0
1.68.x
cesium-1.68.0
1.67.x
cesium-1.67.0
1.66.x
cesium-1.66.0
1.62.x
cesium-1.62.0
1.61.x
cesium-1.61.0
1.60.x
cesium-1.60.0
1.58.x
cesium-1.58.1
1.57.x
cesium-1.57.0
1.56.x
cesium-1.56.1
1.55.x
cesium-1.55.0
1.54.x
cesium-1.54.0
1.50.x
cesium-1.50.0
1.49.x
cesium-1.49.0
1.48.x
cesium-1.48.0
1.47.x
cesium-1.47.0
1.46.x
cesium-1.46.1
1.45.x
cesium-1.45.0
1.44.x
cesium-1.44.0
1.43.x
cesium-1.43.0
1.42.x
cesium-1.42.1
1.41.x
cesium-1.41.0
1.40.x
cesium-1.40.0
1.39.x
cesium-1.39.0
1.38.x
cesium-1.38.0
1.32.x
cesium-1.32.1
1.30.x
cesium-1.30.0
1.21.x
cesium-1.21.0
1.17.x
cesium-1.17.0
1.107.x
cesium-1.107.2
1.106.x
cesium-1.106.1
1.101.x
cesium-1.101.0
1.100.x
cesium-1.100.0

How to add a dependency to Maven

Add the following org.webjars.npm : cesium maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>cesium</artifactId>
    <version>1.107.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : cesium gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:cesium:1.107.2'

Gradle Kotlin DSL: Add the following org.webjars.npm : cesium gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:cesium:1.107.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : cesium sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "cesium" % "1.107.2"

Advertisement