| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.fracpete |
| Идентификатор | Идентификаторmusicg |
| Версия | Версия1.4.2.2 |
| Тип | Типjar |
| Описание |
Описаниеmusicg
Musicg is a lightweight audio analysis library, written in Java, with the purpose of extracting both high level and low level audio features.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| musicg-1.4.2.2.pom | |
| musicg-1.4.2.2.jar | 77 KB |
| musicg-1.4.2.2-sources.jar | 64 KB |
| musicg-1.4.2.2-javadoc.jar | 717 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/musicg/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>musicg</artifactId>
<version>1.4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/musicg/
implementation 'com.github.fracpete:musicg:1.4.2.2'
// https://jarcasting.com/artifacts/com.github.fracpete/musicg/
implementation ("com.github.fracpete:musicg:1.4.2.2")
'com.github.fracpete:musicg:jar:1.4.2.2'
<dependency org="com.github.fracpete" name="musicg" rev="1.4.2.2">
<artifact name="musicg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='musicg', version='1.4.2.2')
)
libraryDependencies += "com.github.fracpete" % "musicg" % "1.4.2.2"
[com.github.fracpete/musicg "1.4.2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |