| Группа | Группаcom.github.axet |
|---|---|
| Идентификатор | Идентификаторlibogg |
| Версия | Версия1.3.2-1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| libogg-1.3.2-1.pom | |
| libogg-1.3.2-1.aar | 226 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.axet/libogg/ -->
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>libogg</artifactId>
<version>1.3.2-1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/libogg/
implementation 'com.github.axet:libogg:1.3.2-1'
// https://jarcasting.com/artifacts/com.github.axet/libogg/
implementation ("com.github.axet:libogg:1.3.2-1")
'com.github.axet:libogg:aar:1.3.2-1'
<dependency org="com.github.axet" name="libogg" rev="1.3.2-1">
<artifact name="libogg" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='libogg', version='1.3.2-1')
)
libraryDependencies += "com.github.axet" % "libogg" % "1.3.2-1"
[com.github.axet/libogg "1.3.2-1"]