is not current version
Last Version 2.0.0-986

gov.nasa:worldwind 2.0.0

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

GroupId

GroupId

gov.nasa
ArtifactId

ArtifactId

worldwind
Version

Version

2.0.0
Type

Type

jar

Download worldwind 2.0.0


<!-- https://jarcasting.com/artifacts/gov.nasa/worldwind/ -->
<dependency>
    <groupId>gov.nasa</groupId>
    <artifactId>worldwind</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa/worldwind/
implementation 'gov.nasa:worldwind:2.0.0'
// https://jarcasting.com/artifacts/gov.nasa/worldwind/
implementation ("gov.nasa:worldwind:2.0.0")
'gov.nasa:worldwind:jar:2.0.0'
<dependency org="gov.nasa" name="worldwind" rev="2.0.0">
  <artifact name="worldwind" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nasa', module='worldwind', version='2.0.0')
)
libraryDependencies += "gov.nasa" % "worldwind" % "2.0.0"
[gov.nasa/worldwind "2.0.0"]