https://github.com/johnvuko/brotherprintlibrary
Android SDK for Brother's printers
https://github.com/johnvuko/brotherprintlibrary
Last synced: 5 months ago
JSON representation
Android SDK for Brother's printers
- Host: GitHub
- URL: https://github.com/johnvuko/brotherprintlibrary
- Owner: johnvuko
- License: mit
- Created: 2025-04-17T21:24:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-07T09:27:53.000Z (9 months ago)
- Last Synced: 2025-10-07T11:37:17.106Z (9 months ago)
- Homepage:
- Size: 8.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://jitpack.io/#johnvuko/BrotherPrintLibrary)
# BrotherPrintLibrary
This repository provides the Brother SDK packaged as a reusable `.aar` file, ready to be integrated into any Android project.
More information here:
[https://support.brother.com/g/s/es/htmldoc/mobilesdk/index.html](https://support.brother.com/g/s/es/htmldoc/mobilesdk/index.html)
[https://support.brother.com/g/s/es/dev/en/mobilesdk/android/index.html](https://support.brother.com/g/s/es/dev/en/mobilesdk/android/index.html)
## Installation
### 1. Add JitPack to your `settings.gradle` (project-level)
```
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
```
2. Add the dependency to your app-level `build.gradle`
```
dependencies {
implementation 'com.github.johnvuko:BrotherPrintLibrary:4.13.0'
}
```
## Author
- [Jonathan VUKOVICH](https://github.com/johnvuko) ([@johnvuko](https://twitter.com/johnvuko))
## License
BrotherPrintLibrary is available under the MIT license. See the LICENSE file for more info.