2011-01-31 72 views

回答

0

JOGL是否在Maven存儲庫上?如果不公開可用,您應該將其上傳至您的。

然後這是通常的:

# 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/*") 
相關問題