MVN

gov.nasa : worldwind

Maven & Gradle

May 29, 2014
4 usages

World Wind · World Wind is a collection of components that interactively display 3D geographic information within Java applications or applets.

<dependency>
    <groupId>gov.nasa</groupId>
    <artifactId>worldwind</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nasa : worldwind to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of gov.nasa : worldwind to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
worldwind-2.0.0
worldwind-2.0.0-986

How to add a dependency to Maven

Add the following gov.nasa : worldwind maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.nasa</groupId>
    <artifactId>worldwind</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.nasa : worldwind gradle dependency to your build.gradle file:

implementation 'gov.nasa:worldwind:2.0.0'

Gradle Kotlin DSL: Add the following gov.nasa : worldwind gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.nasa:worldwind:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.nasa : worldwind sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.nasa" % "worldwind" % "2.0.0"

Advertisement