Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shabinder/jaudiotagger-android
- Owner: Shabinder
- Created: 2021-04-19T10:37:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T11:57:52.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T10:59:09.836Z (3 months 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-androidThis 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")
}
```