License |
License |
---|---|
GroupId | GroupIdgov.nasa |
ArtifactId | ArtifactIdworldwind |
Last Version | Last Version2.0.0-986 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWorld Wind
World Wind is a collection of components that interactively display 3D geographic information within Java applications or applets.
|
Project URL |
Project URL |
Filename | Size |
---|---|
worldwind-2.0.0-986.pom | |
worldwind-2.0.0-986.jar | 6 MB |
worldwind-2.0.0-986-sources.jar | 9 MB |
worldwind-2.0.0-986-javadoc.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nasa/worldwind/ -->
<dependency>
<groupId>gov.nasa</groupId>
<artifactId>worldwind</artifactId>
<version>2.0.0-986</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa/worldwind/
implementation 'gov.nasa:worldwind:2.0.0-986'
// https://jarcasting.com/artifacts/gov.nasa/worldwind/
implementation ("gov.nasa:worldwind:2.0.0-986")
'gov.nasa:worldwind:jar:2.0.0-986'
<dependency org="gov.nasa" name="worldwind" rev="2.0.0-986">
<artifact name="worldwind" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nasa', module='worldwind', version='2.0.0-986')
)
libraryDependencies += "gov.nasa" % "worldwind" % "2.0.0-986"
[gov.nasa/worldwind "2.0.0-986"]