License |
License |
---|---|
Categories |
CategoriesLWJGL Business Logic Libraries ORM Data |
GroupId | GroupIdorg.lwjgl.lwjgl |
ArtifactId | ArtifactIdlwjgl-platform |
Last Version | Last Version2.9.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLighweight Java Game Library - Platform
Lighweight Java Game Library - Platform
|
Project URL |
Project URL |
Filename | Size |
---|---|
lwjgl-platform-2.9.3.pom | 667 bytes |
lwjgl-platform-2.9.3-natives-windows.jar | 522 KB |
lwjgl-platform-2.9.3-natives-osx.jar | 289 KB |
lwjgl-platform-2.9.3-natives-linux.jar | 519 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lwjgl.lwjgl/lwjgl-platform/ -->
<dependency>
<groupId>org.lwjgl.lwjgl</groupId>
<artifactId>lwjgl-platform</artifactId>
<version>2.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.lwjgl.lwjgl/lwjgl-platform/
implementation 'org.lwjgl.lwjgl:lwjgl-platform:2.9.3'
// https://jarcasting.com/artifacts/org.lwjgl.lwjgl/lwjgl-platform/
implementation ("org.lwjgl.lwjgl:lwjgl-platform:2.9.3")
'org.lwjgl.lwjgl:lwjgl-platform:jar:2.9.3'
<dependency org="org.lwjgl.lwjgl" name="lwjgl-platform" rev="2.9.3">
<artifact name="lwjgl-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lwjgl.lwjgl', module='lwjgl-platform', version='2.9.3')
)
libraryDependencies += "org.lwjgl.lwjgl" % "lwjgl-platform" % "2.9.3"
[org.lwjgl.lwjgl/lwjgl-platform "2.9.3"]