is not current version
Last Version 1.4.3

com.github.nifty-gui:nifty-openal-soundsystem 1.4.2

This is an OpenAL/lwjgl based SoundDevice for Nifty GUI. It was extracted out of Slick2D to be independent of the whole Slick2D library and to be used with none Slick2D based renderes. All credits for the original code go to Kevin Glass and all Slick2D contributers.

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.nifty-gui
ArtifactId

ArtifactId

nifty-openal-soundsystem
Version

Version

1.4.2
Type

Type

jar

Download nifty-openal-soundsystem 1.4.2


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