| License |
License |
|---|---|
| Categories |
CategorieslibGDX Business Logic Libraries |
| GroupId | GroupIdcom.github.tommyettinger |
| ArtifactId | ArtifactIdlibgdxoboe |
| Last Version | Last Version0.3.0.2 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionlibgdxoboe
libGDX audio replacement for Android (API 16+) built on top of Oboe.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| libgdxoboe-0.3.0.2.pom | |
| libgdxoboe-0.3.0.2-sources.jar | 4 KB |
| libgdxoboe-0.3.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/libgdxoboe/ -->
<dependency>
<groupId>com.github.tommyettinger</groupId>
<artifactId>libgdxoboe</artifactId>
<version>0.3.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/libgdxoboe/
implementation 'com.github.tommyettinger:libgdxoboe:0.3.0.2'
// https://jarcasting.com/artifacts/com.github.tommyettinger/libgdxoboe/
implementation ("com.github.tommyettinger:libgdxoboe:0.3.0.2")
'com.github.tommyettinger:libgdxoboe:aar:0.3.0.2'
<dependency org="com.github.tommyettinger" name="libgdxoboe" rev="0.3.0.2">
<artifact name="libgdxoboe" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='libgdxoboe', version='0.3.0.2')
)
libraryDependencies += "com.github.tommyettinger" % "libgdxoboe" % "0.3.0.2"
[com.github.tommyettinger/libgdxoboe "0.3.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.badlogicgames.gdx : gdx-backend-android | jar | 1.10.0 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.31 |