is not current version
Last Version 3.3.1

org.lwjgl:lwjgl-opengl 3.1.0

The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.

Categories

Categories

LWJGL Business Logic Libraries
GroupId

GroupId

org.lwjgl
ArtifactId

ArtifactId

lwjgl-opengl
Version

Version

3.1.0
Type

Type

jar

Download lwjgl-opengl 3.1.0


<!-- https://jarcasting.com/artifacts/org.lwjgl/lwjgl-opengl/ -->
<dependency>
    <groupId>org.lwjgl</groupId>
    <artifactId>lwjgl-opengl</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lwjgl/lwjgl-opengl/
implementation 'org.lwjgl:lwjgl-opengl:3.1.0'
// https://jarcasting.com/artifacts/org.lwjgl/lwjgl-opengl/
implementation ("org.lwjgl:lwjgl-opengl:3.1.0")
'org.lwjgl:lwjgl-opengl:jar:3.1.0'
<dependency org="org.lwjgl" name="lwjgl-opengl" rev="3.1.0">
  <artifact name="lwjgl-opengl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lwjgl', module='lwjgl-opengl', version='3.1.0')
)
libraryDependencies += "org.lwjgl" % "lwjgl-opengl" % "3.1.0"
[org.lwjgl/lwjgl-opengl "3.1.0"]