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