when trying to import LWJGL into my Java project using Gradle, i get the following error:
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find lwjgl-sse-3.3.0-natives-linux-arm64.jar (org.lwjgl:lwjgl-sse:3.3.0).
I have made sure that I've included LWJGL-sse in the dependencies
runtimeOnly "org.lwjgl:lwjgl-sse::$lwjglNatives"