| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаcom.github.pwittchen |
| Идентификатор | Идентификаторreactivebeacons |
| Версия | Версия0.4.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| reactivebeacons-0.4.1.pom | |
| reactivebeacons-0.4.1.aar | 21 KB |
| reactivebeacons-0.4.1-sources.jar | 8 KB |
| reactivebeacons-0.4.1-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/reactivebeacons/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivebeacons</artifactId>
<version>0.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebeacons/
implementation 'com.github.pwittchen:reactivebeacons:0.4.1'
// https://jarcasting.com/artifacts/com.github.pwittchen/reactivebeacons/
implementation ("com.github.pwittchen:reactivebeacons:0.4.1")
'com.github.pwittchen:reactivebeacons:aar:0.4.1'
<dependency org="com.github.pwittchen" name="reactivebeacons" rev="0.4.1">
<artifact name="reactivebeacons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='reactivebeacons', version='0.4.1')
)
libraryDependencies += "com.github.pwittchen" % "reactivebeacons" % "0.4.1"
[com.github.pwittchen/reactivebeacons "0.4.1"]