Download worldwindx-2.0.0.jar file - Jar w

Jar examples for w:worldwindx

Description

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

You can download jar file worldwindx 2.0.0 in this page.

License

NASA Open Source Agreement 1.3

Build File

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

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

Download

Click the following link to download the jar file.

worldwindx-2.0.0-javadoc.jar
worldwindx-2.0.0-sources.jar
worldwindx-2.0.0.jar
worldwindx-2.0.0.pom



Related Tutorials