Maven and the JOGL library?

前端 未结 7 1312
鱼传尺愫
鱼传尺愫 2020-12-02 10:18

I\'ve been studying Maven in my free time over the last several days but can\'t seem to figure out how to organize a project so that the JOGL libraries are used. I would pre

7条回答
  •  旧巷少年郎
    2020-12-02 10:52

    this script will download a release from a URL and install it to a local (named) repository. https://gist.github.com/1624599

    example usage: ./install_jogl_maven http://jogamp.org/deployment/v2.0-rc5 path_to_local_repo 2.0-rc5

提交回复
热议问题