| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGeo Прикладные библиотеки Geospatial |
| Группа | Группаcom.moengage |
| Идентификатор | Идентификаторgeofence |
| Последняя версия | Последняя версия2.1.1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеMoEngage Goefence Library
Geofence module of MoEngage Platform
|
| Имя Файла | Размер |
|---|---|
| geofence-2.1.1.pom | |
| geofence-2.1.1-sources.jar | 40 KB |
| geofence-2.1.1-javadoc.jar | 343 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.moengage/geofence/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>geofence</artifactId>
<version>2.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/geofence/
implementation 'com.moengage:geofence:2.1.1'
// https://jarcasting.com/artifacts/com.moengage/geofence/
implementation ("com.moengage:geofence:2.1.1")
'com.moengage:geofence:aar:2.1.1'
<dependency org="com.moengage" name="geofence" rev="2.1.1">
<artifact name="geofence" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='geofence', version='2.1.1')
)
libraryDependencies += "com.moengage" % "geofence" % "2.1.1"
[com.moengage/geofence "2.1.1"]