l

lwjgl-opengl

The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.
https://www.lwjgl.org
BSD
Ioannis Tsakpinis
Files download
File Operation
lwjgl-opengl-3.2.3.jar download
lwjgl-opengl-3.2.3.pom download
lwjgl-opengl-3.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.lwjgl</groupId>
  <artifactId>lwjgl-opengl</artifactId>
  <version>3.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.lwjgl:lwjgl-opengl:3.2.3'
Gradle Kotlin
implementation("org.lwjgl:lwjgl-opengl:3.2.3")
Scala SBT
libraryDependencies += "org.lwjgl" % "lwjgl-opengl" % "3.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.lwjgl', module='lwjgl-opengl', version='3.2.3')
)
Apache Ivy
<dependency org="org.lwjgl" name="lwjgl-opengl" rev="3.2.3" />
Leiningen
[org.lwjgl/lwjgl-opengl "3.2.3"]
Apache Buildr
'org.lwjgl:lwjgl-opengl:jar:3.2.3'
Dependencies