Skip to content

johnvuko/BrotherPrintLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/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' }
    }
}
  1. Add the dependency to your app-level build.gradle
dependencies {
    implementation 'com.github.johnvuko:BrotherPrintLibrary:4.13.0'
}

Author

License

BrotherPrintLibrary is available under the MIT license. See the LICENSE file for more info.

About

Android SDK for Brother's printers

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors