is not current version
Last Version 3.3.1

org.lwjgl:lwjgl-openvr 3.1.2

OpenVR is an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting.

Categories

Categories

LWJGL Business Logic Libraries
GroupId

GroupId

org.lwjgl
ArtifactId

ArtifactId

lwjgl-openvr
Version

Version

3.1.2
Type

Type

jar

Download lwjgl-openvr 3.1.2


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