| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.gxun |
| Идентификатор | Идентификаторcore |
| Последняя версия | Последняя версия0.9.1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеgxun-sdk-android
A message middleware SDK base on GXUN P2P communication component
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| core-0.9.1.pom | |
| core-0.9.1.aar | 6 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gxun/core/ -->
<dependency>
<groupId>com.gxun</groupId>
<artifactId>core</artifactId>
<version>0.9.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gxun/core/
implementation 'com.gxun:core:0.9.1'
// https://jarcasting.com/artifacts/com.gxun/core/
implementation ("com.gxun:core:0.9.1")
'com.gxun:core:aar:0.9.1'
<dependency org="com.gxun" name="core" rev="0.9.1">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gxun', module='core', version='0.9.1')
)
libraryDependencies += "com.gxun" % "core" % "0.9.1"
[com.gxun/core "0.9.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.annotation » annotation | jar | 1.0.0 |
| com.google.code.gson : gson | jar | 2.9.0 |