MVN

com.github.tigertian : bluetoothprinter

Maven & Gradle

Dec 21, 2017
0 stars

0.0.9 · Bluetooth printer library

<dependency>
    <groupId>com.github.tigertian</groupId>
    <artifactId>bluetoothprinter</artifactId>
    <version>0.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tigertian : bluetoothprinter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.9

All Versions

Choose a version of com.github.tigertian : bluetoothprinter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
bluetoothprinter-0.0.9
bluetoothprinter-0.0.8
bluetoothprinter-0.0.7
bluetoothprinter-0.0.6
bluetoothprinter-0.0.5
bluetoothprinter-0.0.4
bluetoothprinter-0.0.3
bluetoothprinter-0.0.2
bluetoothprinter-0.0.1

How to add a dependency to Maven

Add the following com.github.tigertian : bluetoothprinter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tigertian</groupId>
    <artifactId>bluetoothprinter</artifactId>
    <version>0.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tigertian : bluetoothprinter gradle dependency to your build.gradle file:

implementation 'com.github.tigertian:bluetoothprinter:0.0.9'

Gradle Kotlin DSL: Add the following com.github.tigertian : bluetoothprinter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tigertian:bluetoothprinter:0.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tigertian : bluetoothprinter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tigertian" % "bluetoothprinter" % "0.0.9"

Advertisement