Last Version

geofire 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.

License

License

MIT
Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.firebase
ArtifactId

ArtifactId

geofire
Version

Version

2.3.1
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/firebase/geofire-java
Project Organization

Project Organization

Firebase
Source Code Management

Source Code Management

https://github.com/firebase/geofire-java

Download geofire 2.3.1

Filename Size
geofire-2.3.1.pom 4 KB
Browse

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • android
  • common
  • java
  • testing