is not current version
Last Version 3.2.0

com.firebase:geofire-android 2.3.1

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.3.1
Type

Type

aar

Download geofire-android 2.3.1


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