| Лицензия |
Лицензия
Unlicense
|
|---|---|
| Группа | Группаcom.tagcommander.lib |
| Идентификатор | Идентификаторcore |
| Версия | Версия4.6.1 |
| Тип | Типaar |
| Описание |
Описаниеcore
tagcommander android sdk
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| core-4.6.1.pom | |
| core-4.6.1.aar | 53 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tagcommander.lib/core/ -->
<dependency>
<groupId>com.tagcommander.lib</groupId>
<artifactId>core</artifactId>
<version>4.6.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tagcommander.lib/core/
implementation 'com.tagcommander.lib:core:4.6.1'
// https://jarcasting.com/artifacts/com.tagcommander.lib/core/
implementation ("com.tagcommander.lib:core:4.6.1")
'com.tagcommander.lib:core:aar:4.6.1'
<dependency org="com.tagcommander.lib" name="core" rev="4.6.1">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tagcommander.lib', module='core', version='4.6.1')
)
libraryDependencies += "com.tagcommander.lib" % "core" % "4.6.1"
[com.tagcommander.lib/core "4.6.1"]