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 year ago
JSON representation
JAudioTagger for Android : https://github.com/hexise/jaudiotagger-android
- Host: GitHub
- URL: https://github.com/shabinder/jaudiotagger-android
- Owner: Shabinder
- Created: 2021-04-19T10:37:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T11:57:52.000Z (about 5 years ago)
- Last Synced: 2025-06-11T08:28:02.547Z (about 1 year ago)
- Language: Java
- Size: 2.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
}
```