| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGeo Прикладные библиотеки Geospatial |
| Группа | Группаcom.firebase |
| Идентификатор | Идентификаторgeofire |
| Версия | Версия2.3.1 |
| Тип | Типpom |
| Описание |
Описаниеgeofire
GeoFire is an open-source library for Android/Java that allows you to store and query a set of keys based on their geographic location.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| geofire-2.3.1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.firebase/geofire/ -->
<dependency>
<groupId>com.firebase</groupId>
<artifactId>geofire</artifactId>
<version>2.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.firebase/geofire/
implementation 'com.firebase:geofire:2.3.1'
// https://jarcasting.com/artifacts/com.firebase/geofire/
implementation ("com.firebase:geofire:2.3.1")
'com.firebase:geofire:pom:2.3.1'
<dependency org="com.firebase" name="geofire" rev="2.3.1">
<artifact name="geofire" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.firebase', module='geofire', version='2.3.1')
)
libraryDependencies += "com.firebase" % "geofire" % "2.3.1"
[com.firebase/geofire "2.3.1"]