is not current version
Last Version 3.3.1

org.lwjgl:lwjgl-openal 3.1.6

A cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications.

Categories

Categories

LWJGL Business Logic Libraries
GroupId

GroupId

org.lwjgl
ArtifactId

ArtifactId

lwjgl-openal
Version

Version

3.1.6
Type

Type

jar

Download lwjgl-openal 3.1.6


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