| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииOther Универсальные библиотеки |
| Группа | Группаcom.github.omarmiatello.brother-label-printer-kt |
| Идентификатор | Идентификаторcore |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеbrother-label-printer-kt:core
Kotlin extensions for "Brother Print SDK for Android" (supported models MPring, PocketJet, and RJ/TD/QL/PT series)
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| core-1.0.3.pom | |
| core-1.0.3-sources.jar | 3 KB |
| Обзор |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/com.github.omarmiatello.brother-label-printer-kt/core/
implementation ("com.github.omarmiatello.brother-label-printer-kt:core:1.0.3")
'com.github.omarmiatello.brother-label-printer-kt:core:aar:1.0.3'
<dependency org="com.github.omarmiatello.brother-label-printer-kt" name="core" rev="1.0.3">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.omarmiatello.brother-label-printer-kt', module='core', version='1.0.3')
)
libraryDependencies += "com.github.omarmiatello.brother-label-printer-kt" % "core" % "1.0.3"
[com.github.omarmiatello.brother-label-printer-kt/core "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.preference » preference | jar | 1.1.0 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |