LWJGL + Maven (gradle)

Started by rpereira, August 03, 2016, 19:26:29

Previous topic - Next topic

rpereira

Hey, I'm using gradle to generate workspace for my project. I've been using lwjgl version "3.0.0a" for nearly year now

I used to get the library from maven central, but it looks that the current version on it, the "3.0.0b" : http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.lwjgl%22), is not the latest one. (I compared it with "https://www.lwjgl.org/download" stable version)

So my question is, where can I find an updated version of lwjgl that will fit with my gradle project? Thank your time + reading