Search code examples
javamavenlwjgl

Correct Maven Artifacts for LWJGL


I am trying to install LWJGL 3.2.3 with Eclipse and Maven. I copied and pasted the dependencies for everything on their website (this is what I got) into pom.xml. It gave me errors for versions, so I added the versions for every single dependency with <version>3.2.3</version>. That seemed to work, but now I have an error with <classifiers and I think it's for the OS artifact thing? I replaced the placeholders with windows and that leads me to Missing artifact org.lwjgl:lwjgl-meow:jar:windows:3.2.3, with lwjgl-meow being replaced by the library name.


Solution

  • The placeholders were meant to be natives-windows. Thank you @httpdigest!