is not current version
Last Version 3.2.0

com.firebase:geofire-android 2.0.0

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.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.firebase
ArtifactId

ArtifactId

geofire-android
Version

Version

2.0.0
Type

Type

aar

Download geofire-android 2.0.0


<!-- https://jarcasting.com/artifacts/com.firebase/geofire-android/ -->
<dependency>
    <groupId>com.firebase</groupId>
    <artifactId>geofire-android</artifactId>
    <version>2.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.firebase/geofire-android/
implementation 'com.firebase:geofire-android:2.0.0'
// https://jarcasting.com/artifacts/com.firebase/geofire-android/
implementation ("com.firebase:geofire-android:2.0.0")
'com.firebase:geofire-android:aar:2.0.0'
<dependency org="com.firebase" name="geofire-android" rev="2.0.0">
  <artifact name="geofire-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.firebase', module='geofire-android', version='2.0.0')
)
libraryDependencies += "com.firebase" % "geofire-android" % "2.0.0"
[com.firebase/geofire-android "2.0.0"]