is not current version
Last Version 1.0.3

com.github.lapissea:glfw-window 1.0.1

This is a wrapper around LWJGLs GLFW bindings to create a more stable and feature rich window.

GroupId

GroupId

com.github.lapissea
ArtifactId

ArtifactId

glfw-window
Version

Version

1.0.1
Type

Type

jar

Download glfw-window 1.0.1


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