Code Monkey home page Code Monkey logo

mvn-repo's Introduction

Maven repository for NASA World Wind JAVA SDK 1.5

As WWJ is not available in public maven repositories you must install it manually via mvn install to your local maven repository. All that belongs to the past.

Prerequisites

Eclipse

Maven + Maven Plugin 4 Eclipse

Installed NASA World Wind Libraries

If not check these install instructions: https://github.com/jimjonesbr/de.ifgi.europa/wiki

Instructions

First you have to copy the following snippet to you pom.xml of your maven project. If your pom.xml contains a repositories tag just copy what´s inside.

<repositories>
    <repository>
        <id>NASA Worldwind for Java Repo</id>
        <url>https://github.com/mpfeil/mvn-repo/raw/master</url>
    </repository>
</repositories>

After copying the repository you have to add the following dependencies also to the pom.xml file. Same as above if your pom.xml contains a dependencies tag just copy what´s inside.

<dependencies>
    <dependency>
        <groupId>de.ifgi.nasa.wwj</groupId>
        <artifactId>gdal</artifactId>
        <version>1.5</version>
    </dependency>
    <dependency>
        <groupId>de.ifgi.nasa.wwj</groupId>
        <artifactId>gluegen</artifactId>
        <version>1.5</version>
    </dependency>
    <dependency>
        <groupId>de.ifgi.nasa.wwj</groupId>
        <artifactId>worldwind</artifactId>
        <version>1.5</version>
    </dependency>
    <dependency>
        <groupId>de.ifgi.nasa.wwj</groupId>
        <artifactId>worldwindx</artifactId>
        <version>1.5</version>
    </dependency>
    <dependency>
        <groupId>de.ifgi.nasa.wwj</groupId>
        <artifactId>jogl</artifactId>
        <version>1.5</version>
    </dependency>
<dependencies>

Now you´re almost done. Save your pom.xml file and the maven repository is updating.

mvn-repo's People

Contributors

mpfeil avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

hguerra

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.