is not current version
Last Version 1.0.3

com.github.omarmiatello.brother-label-printer-kt:core 1.0.0

Kotlin extensions for "Brother Print SDK for Android" (supported models MPring, PocketJet, and RJ/TD/QL/PT series)

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

com.github.omarmiatello.brother-label-printer-kt
ArtifactId

ArtifactId

core
Version

Version

1.0.0
Type

Type

aar

Download core 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.omarmiatello.brother-label-printer-kt/core/ -->
<dependency>
    <groupId>com.github.omarmiatello.brother-label-printer-kt</groupId>
    <artifactId>core</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.omarmiatello.brother-label-printer-kt/core/
implementation 'com.github.omarmiatello.brother-label-printer-kt:core:1.0.0'
// https://jarcasting.com/artifacts/com.github.omarmiatello.brother-label-printer-kt/core/
implementation ("com.github.omarmiatello.brother-label-printer-kt:core:1.0.0")
'com.github.omarmiatello.brother-label-printer-kt:core:aar:1.0.0'
<dependency org="com.github.omarmiatello.brother-label-printer-kt" name="core" rev="1.0.0">
  <artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.omarmiatello.brother-label-printer-kt', module='core', version='1.0.0')
)
libraryDependencies += "com.github.omarmiatello.brother-label-printer-kt" % "core" % "1.0.0"
[com.github.omarmiatello.brother-label-printer-kt/core "1.0.0"]