2011-01-31 4 views

답변

0

Maven 저장소에 JOGL이 있습니까? 공개적으로 사용할 수없는 경우 업로드해야합니다.

은 그럼 보통이다 :

# Example of artifact definition, granted that JOGL's group id jogl, 
# and the artifact id is jogl. 
# 
# I put up 1.0 as version too. 
JOGL = "jogl:jogl:jar:1.0" 

... 
compile.using JOGL 

또한 로컬 JOGL을 설치하고 점 그것에 :

compile.using _("lib/*")