Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shabinder/jaudiotagger-android

JAudioTagger for Android : https://github.com/hexise/jaudiotagger-android
https://github.com/shabinder/jaudiotagger-android

Last synced: about 1 month ago
JSON representation

JAudioTagger for Android : https://github.com/hexise/jaudiotagger-android

Awesome Lists containing this project

README

        

# JAudioTagger-Android
JAudioTagger for Android : https://github.com/hexise/jaudiotagger-android

This repo publishes to jitpack.

USE Using:

```
allprojects {
repositories {
mavenCentral()
maven { url "https://jitpack.io" } // Add Jitpack's Repo
}
}
```

```
dependencies {
implementation("com.github.Shabinder:JAudioTagger-Android:1.0")
}
```