w

worldwind

World Wind is a collection of components that interactively display 3D geographic information within Java applications or applets.
http://worldwind.arc.nasa.gov/java/
NASA Open Source Agreement 1.3
Files download
File Operation
worldwind-2.0.0-986.jar download
worldwind-2.0.0-986.pom download
worldwind-2.0.0-986-sources.jar download
Apache Maven
<dependency>
  <groupId>gov.nasa</groupId>
  <artifactId>worldwind</artifactId>
  <version>2.0.0-986</version>
</dependency>
Gradle Groovy
implementation 'gov.nasa:worldwind:2.0.0-986'
Gradle Kotlin
implementation("gov.nasa:worldwind:2.0.0-986")
Scala SBT
libraryDependencies += "gov.nasa" % "worldwind" % "2.0.0-986"
Groovy Grape
@Grapes(
  @Grab(group='gov.nasa', module='worldwind', version='2.0.0-986')
)
Apache Ivy
<dependency org="gov.nasa" name="worldwind" rev="2.0.0-986" />
Leiningen
[gov.nasa/worldwind "2.0.0-986"]
Apache Buildr
'gov.nasa:worldwind:jar:2.0.0-986'