jung

Answered

i would like to know how to add JUNG (Java Universal Network/Graph) framework to my intellij project??

0
1 comment

Unpack the jung.zip file somewhere, like project\lib directory, then add all the jars from this directory to the module dependencies: https://www.jetbrains.com/help/idea/working-with-module-dependencies.html.

0

Please sign in to leave a comment.