Download worldwind-2.0.0.jar file - Jar w

Jar examples for w:worldwind

Description

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

You can download jar file worldwind 2.0.0 in this page.

License

NASA Open Source Agreement 1.3

Build File

You can use the following script to add worldwind-2.0.0.jar to your project.

<dependency>
   <groupId>gov.nasa</groupId>
   <artifactId>worldwind</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'gov.nasa', name: 'worldwind', version: '2.0.0'
libraryDependencies += "gov.nasa" % "worldwind" % "2.0.0"
<dependency org="gov.nasa" name="worldwind" rev="2.0.0"/>
@Grapes(@Grab(group='gov.nasa', module='worldwind', version='2.0.0'))
'gov.nasa:worldwind:jar:2.0.0'

Download

Click the following link to download the jar file.

worldwind-2.0.0-javadoc.jar
worldwind-2.0.0-sources.jar
worldwind-2.0.0.jar
worldwind-2.0.0.pom



Related Tutorials