java - Intellij, how to import a module in a maven project -


i have maven project called assimp , i'd add, temporarily, module glm dependency

i went project property , added through "libraries", shown here:

enter image description here

but still have no trace (that can't use of it) of glm module inside assimp

if @ project window, misses

enter image description here

how can solve?

ps: note glm module not on maven repository

look under modules , in right-hand pane select tab dependencies. there should able manually add dependency of assimp on glm. if not, might give better idea of what's wrong.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

java - How to put two numbers separated by a space into two different arrays -