MVN

org.webjars.bowergithub.solarpatrol : cesium-bower

Maven & Gradle

Nov 29, 2018
3 stars

cesium.js · WebJar for cesium.js

<dependency>
    <groupId>org.webjars.bowergithub.solarpatrol</groupId>
    <artifactId>cesium-bower</artifactId>
    <version>1.51.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.51.0

All Versions

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

Version Vulnerabilities Updated
1.51.x
cesium-bower-1.51.0
1.50.x
cesium-bower-1.50.0
1.46.x
cesium-bower-1.46.1
1.45.x
cesium-bower-1.45.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.solarpatrol</groupId>
    <artifactId>cesium-bower</artifactId>
    <version>1.51.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.solarpatrol : cesium-bower gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.solarpatrol:cesium-bower:1.51.0'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.solarpatrol : cesium-bower gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.solarpatrol:cesium-bower:1.51.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.solarpatrol : cesium-bower sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.solarpatrol" % "cesium-bower" % "1.51.0"