| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jflac |
| Идентификатор | Идентификаторjflac-examples |
| Последняя версия | Последняя версия1.5.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеjFLAC Example Applications
Example Applications using the jFLAC codec
|
| Имя Файла | Размер |
|---|---|
| jflac-examples-1.5.2.pom | |
| jflac-examples-1.5.2.jar | 19 KB |
| jflac-examples-1.5.2-sources.jar | 16 KB |
| jflac-examples-1.5.2-javadoc.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jflac/jflac-examples/ -->
<dependency>
<groupId>org.jflac</groupId>
<artifactId>jflac-examples</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jflac/jflac-examples/
implementation 'org.jflac:jflac-examples:1.5.2'
// https://jarcasting.com/artifacts/org.jflac/jflac-examples/
implementation ("org.jflac:jflac-examples:1.5.2")
'org.jflac:jflac-examples:jar:1.5.2'
<dependency org="org.jflac" name="jflac-examples" rev="1.5.2">
<artifact name="jflac-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jflac', module='jflac-examples', version='1.5.2')
)
libraryDependencies += "org.jflac" % "jflac-examples" % "1.5.2"
[org.jflac/jflac-examples "1.5.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jflac : jflac-codec | jar | 1.5.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| commons-io : commons-io | jar | 2.5 |