is not current version
Last Version 1.4.2.2

com.github.fracpete:musicg 1.4.2.1

Musicg is a lightweight audio analysis library, written in Java, with the purpose of extracting both high level and low level audio features.

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

musicg
Version

Version

1.4.2.1
Type

Type

jar

Download musicg 1.4.2.1


<!-- https://jarcasting.com/artifacts/com.github.fracpete/musicg/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>musicg</artifactId>
    <version>1.4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/musicg/
implementation 'com.github.fracpete:musicg:1.4.2.1'
// https://jarcasting.com/artifacts/com.github.fracpete/musicg/
implementation ("com.github.fracpete:musicg:1.4.2.1")
'com.github.fracpete:musicg:jar:1.4.2.1'
<dependency org="com.github.fracpete" name="musicg" rev="1.4.2.1">
  <artifact name="musicg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='musicg', version='1.4.2.1')
)
libraryDependencies += "com.github.fracpete" % "musicg" % "1.4.2.1"
[com.github.fracpete/musicg "1.4.2.1"]