Subtitle-Synchronizer / jlibrosa

Librosa equivalent Java library to process audio file adn extract features from it.
MIT License
89 stars 26 forks source link

push to maven center repository #14

Open litongjava opened 6 months ago

litongjava commented 6 months ago

importing with maven

The package is distributed through Maven Central. jlibrosa,

<dependency>
  <groupId>com.litongjava</groupId>
  <artifactId>jlibrosa</artifactId>
  <version>1.1.8</version>
</dependency>

install

how to install to maven local repository

If you have changed the code, you can install it into the maven local repository.windows command

set JAVA_HOME=D:\\java\\jdk1.8.0_121
mvn clean install -DskipTests -Dgpg.skip