| Лицензия |
Лицензия
Free and commercial use, modification and redistribution with attribution.
|
|---|---|
| Группа | Группаde.jarnbjo |
| Идентификатор | Идентификаторj-ogg-all |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjogg
J-Ogg is a collection of Java libraries for reading Ogg files and decoding different contained formats.
At the moment the support for Vorbis and FLAC is almost complete (the library decodes all files created by the
current versions of libvorbis and libflac correctly) and I've started working on Theora support.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| j-ogg-all-1.0.0.pom | |
| j-ogg-all-1.0.0.jar | 155 KB |
| j-ogg-all-1.0.0-sources.jar | 119 KB |
| j-ogg-all-1.0.0-javadoc.jar | 192 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.jarnbjo/j-ogg-all/ -->
<dependency>
<groupId>de.jarnbjo</groupId>
<artifactId>j-ogg-all</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.jarnbjo/j-ogg-all/
implementation 'de.jarnbjo:j-ogg-all:1.0.0'
// https://jarcasting.com/artifacts/de.jarnbjo/j-ogg-all/
implementation ("de.jarnbjo:j-ogg-all:1.0.0")
'de.jarnbjo:j-ogg-all:jar:1.0.0'
<dependency org="de.jarnbjo" name="j-ogg-all" rev="1.0.0">
<artifact name="j-ogg-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jarnbjo', module='j-ogg-all', version='1.0.0')
)
libraryDependencies += "de.jarnbjo" % "j-ogg-all" % "1.0.0"
[de.jarnbjo/j-ogg-all "1.0.0"]