2011-01-31 25 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/*") 
相关问题