MVN

com.google.maps : google-maps-solar

Maven & Gradle

Apr 26, 2024
1.8k stars

Google Solar API · Solar API The Solar API allows users to read details about the solar potential of over 60 million buildings. This includes measurements of the building's roof (e.g., size and tilt/azimuth), energy production for a range of sizes of solar installations, and financial costs and benefits.

<dependency>
    <groupId>com.google.maps</groupId>
    <artifactId>google-maps-solar</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.maps : google-maps-solar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of com.google.maps : google-maps-solar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
google-maps-solar-0.1.0

How to add a dependency to Maven

Add the following com.google.maps : google-maps-solar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.maps</groupId>
    <artifactId>google-maps-solar</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.maps : google-maps-solar gradle dependency to your build.gradle file:

implementation 'com.google.maps:google-maps-solar:0.1.0'

Gradle Kotlin DSL: Add the following com.google.maps : google-maps-solar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.maps:google-maps-solar:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.maps : google-maps-solar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.maps" % "google-maps-solar" % "0.1.0"